d3a9d122e6
#KT-18851 Fixed
7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
// "Add 'operator' modifier" "true"
|
|
|
|
impl class Foo {
|
|
impl fun <caret>unaryMinus() {
|
|
|
|
}
|
|
} |