Files
kotlin-fork/idea/testData/completion/basic/ExtensionForProperty.kt
T
2012-03-26 17:31:27 +04:00

7 lines
91 B
Kotlin

class Test {
val Str<caret>
}
// TIME: 1
// EXIST: String~(jet)
// EXIST: StringBuffer