fc70a65f99
#KT-3319 Fixed
7 lines
87 B
Kotlin
7 lines
87 B
Kotlin
// "Suppress 'UNUSED_EXPRESSION' for statement " "true"
|
|
|
|
fun foo() {
|
|
a
|
|
}
|
|
|
|
val a = 1 |