21c2268f70
Many incorrect tests fixed
6 lines
97 B
Kotlin
Vendored
6 lines
97 B
Kotlin
Vendored
// "Suppress 'UNUSED_EXPRESSION' for statement " "true"
|
|
|
|
fun foo() {
|
|
val a = 1
|
|
<caret>a
|
|
} |