2e88f5c47d
#KT-24197 Fixed
6 lines
147 B
Kotlin
Vendored
6 lines
147 B
Kotlin
Vendored
// "Remove 'operator' modifier" "true"
|
|
// COMPILER_ARGUMENTS: -XXLanguage:+ProhibitOperatorMod
|
|
|
|
object A {
|
|
operator<caret> fun mod(x: Int) {}
|
|
} |