6 lines
151 B
Kotlin
Vendored
6 lines
151 B
Kotlin
Vendored
// "Safe delete 'foo'" "true"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.UnusedSymbolInspection
|
|
|
|
actual class My {
|
|
actual fun <caret>foo() {}
|
|
} |