Home
last modified time | relevance | path

Searched refs:errorLinePointer (Results 1 – 1 of 1) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DKSPLoggerUtils.kt36 val errorLinePointer = " ^".padStart(errorLine.indexOfFirst { it != ' ' } + 1) in logException() constant
39 "${exception.message}\n${errorLine}\n$errorLinePointer\n", in logException()