blob: 9f3d14731c65ca87f3eec1ba69fbf200d0627eb2 [file]
// 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 !