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