Files
kotlin-fork/idea/idea-completion/testData/smart/EA70945.kt
T
Valentin Kipyatkov 135ec78d7d Fixed EA-70945
2016-03-02 21:43:42 +03:00

10 lines
81 B
Kotlin
Vendored

class A {
val foo: Int = 0
}
fun f() {
A().foo(<caret>)
}
// NUMBER: 0