Files
kotlin-fork/idea/testData/completion/basic/BasicInt.kt
T
Nikolay Krasko 41455a56c5 - KT-1227 Can't see basic types in class completion
- Remove duplicated test
2012-02-10 18:42:23 +04:00

5 lines
51 B
Kotlin

fun some() {
var a : In<caret>
}
// EXIST: Int