Files
kotlin-fork/idea/idea-completion/testData/smart/NullableBooleanExpected.kt
T
2015-08-10 17:49:36 +03:00

6 lines
185 B
Kotlin
Vendored

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