Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InPropertyAccessorWithInferenceInClass.kt
T
2019-10-30 21:41:29 +01:00

12 lines
154 B
Kotlin
Vendored

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