Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/knit/src/
DKnit.kt90 var lastPgk: String? = null in knit() variable
177 … require(lastPgk != null) { "'$PACKAGE_PREFIX' prefix was not found in emitted code"} in knit()
188 makeTest(testOutLines, lastPgk!!, testLines, predicate) in knit()
259 lastPgk = line.substring(PACKAGE_PREFIX.length).trim() in knit()