6 lines
90 B
Kotlin
6 lines
90 B
Kotlin
// "Suppress 'UNUSED_EXPRESSION' for statement " "true"
|
|
|
|
fun foo() {
|
|
val a = 1
|
|
a
|
|
} |