Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/knit/src/
DKnit.kt337 val commaOpt = if (index < test.size - 1) "," else "" in makeTestLines() constant
339 testOutLines += " \"$escapedLine\"$commaOpt" in makeTestLines()