eb92b7ed7f
Related to KT-17512 Related to KT-15666
8 lines
227 B
Kotlin
Vendored
8 lines
227 B
Kotlin
Vendored
// "Safe delete 'foo'" "false"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.UnusedSymbolInspection
|
|
// ACTION: Convert member to extension
|
|
// ACTION: Move to companion object
|
|
|
|
actual class My {
|
|
actual fun <caret>foo() {}
|
|
} |