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