mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 08:31:28 +00:00
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'
4 lines
44 B
Kotlin
Vendored
4 lines
44 B
Kotlin
Vendored
fun foo() = 10!!.toString()
|
|
|
|
// 0 IFNONNULL
|