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