Files
kotlin-fork/idea/testData/quickfix/suppress/forStatement/beforeSimpleName.kt
T

6 lines
90 B
Kotlin

// "Suppress 'UNUSED_EXPRESSION' for statement " "true"
fun foo() {
val a = 1
a
}