6 lines
162 B
Kotlin
Vendored
6 lines
162 B
Kotlin
Vendored
// "Add 'operator' modifier" "true"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.AddOperatorModifierInspection
|
|
|
|
expect class Foo {
|
|
fun <caret>unaryMinus()
|
|
} |