Files
kotlin-fork/idea/testData/completion/handlers/basic/ClassWithClassObject.kt
T
Valentin Kipyatkov 6e6289435f Fixed exception
2014-12-24 15:48:42 +03:00

10 lines
89 B
Kotlin

class AClass {
class object {}
}
fun foo() {
bar(<caret>)
}
// ELEMENT: AClass