620143ae5b
Test data should be a Kotlin source file with zero or more comments e.g. of the form: '// 1 INVOKEVIRTUAL'. The test then checks that the generated bytecode for this file contains exactly one occurrence of the string 'INVOKEVIRTUAL'
6 lines
58 B
Kotlin
Vendored
6 lines
58 B
Kotlin
Vendored
val a : Int? = 10
|
|
|
|
fun foo() = a?.toString()
|
|
|
|
// 1 IFNULL
|