Files
kotlin-fork/idea/testData/completion/smart/BooleanExpected.kt
T

6 lines
152 B
Kotlin

fun foo(): Boolean = <caret>
// EXIST: { itemText: "true", attributes: "bold" }
// EXIST: { itemText: "false", attributes: "bold" }
// ABSENT: Boolean