Files
kotlin-fork/idea/testData/completion/class/InExpressionNoPrefix.kt
T
2012-07-25 19:52:18 +04:00

8 lines
155 B
Kotlin

class Test {
fun test() {
val some : <caret>
}
}
// EXIST: Any, Nothing, Tuple0, Int, Number
// EXIST: Array, Math, Hashable, OutputStream