10 lines
247 B
Kotlin
Vendored
10 lines
247 B
Kotlin
Vendored
// "Suppress for declarations annotated by 'org.jetbrains.annotations.NonNls'" "false"
|
|
// ACTION: Safe delete 'foo'
|
|
// ACTION: Create test
|
|
// ACTION: Convert to expression body
|
|
import org.jetbrains.annotations.NonNls
|
|
|
|
@NonNls
|
|
fun <caret>foo() {
|
|
|
|
} |