Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InClassPropertyInitializer.kt
T
2020-04-25 20:57:14 +00:00

10 lines
201 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: TRUE
// ERROR: No value passed for parameter 'i2'
// TYPE: '\b\b'
class Test {
val foo = bar(1, 2<caret>)
fun bar(i: Int, i2: Int) = ""
}
// TODO: it has to be non OCB !