Files
kotlin/idea/testData/codeInsight/outOfBlock/InPropertyAccessorWithInferenceInClass.kt
2017-07-19 12:45:06 +03:00

12 lines
135 B
Kotlin
Vendored

// TRUE
class A {
fun foo(): Int = 12
}
class B(val a: A) {
val prop1 get() = a.fo<caret>o()
}
// TODO
// SKIP_ANALYZE_CHECK