87b5fca094
Quick-fix test was changed in 182 branch, so I have to introduce bunch files for 181/173/AS here
9 lines
210 B
Kotlin
Vendored
9 lines
210 B
Kotlin
Vendored
// "Suppress unused warning if annotated by 'org.jetbrains.annotations.NonNls'" "false"
|
|
// ACTION: Safe delete 'foo'
|
|
// ACTION: Create test
|
|
import org.jetbrains.annotations.NonNls
|
|
|
|
@NonNls
|
|
fun <caret>foo() {
|
|
|
|
} |