bd38363077
To explicitly specify which test are failing
7 lines
164 B
Kotlin
Vendored
7 lines
164 B
Kotlin
Vendored
// "Remove 'operator' modifier" "true"
|
|
// COMPILER_ARGUMENTS: -XXLanguage:+ProhibitOperatorMod
|
|
|
|
object A {
|
|
operator<caret> fun mod(x: Int) {}
|
|
}
|
|
/* IGNORE_FIR */ |