Files
kotlin-fork/idea/testData/quickfix/suppress/forStatement/simpleName.kt
T
Valentin Kipyatkov 21c2268f70 Protection against "<caret>" missing in test data
Many incorrect tests fixed
2016-09-27 18:05:26 +03:00

6 lines
97 B
Kotlin
Vendored

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