Files
kotlin-fork/compiler/testData/codegen/regressions/kt239.jet
T
2011-10-20 16:21:18 +02:00

4 lines
59 B
Plaintext

fun box(i: Int?) {
val j = i?.plus(3) //verify error
}