Disable errors in mod/rem tests that depend on language feature
Otherwise these tests will fail with LV=1.3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Rename to 'rem'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
object A
|
||||
operator<caret> fun A.mod(x: Int) {}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Rename to 'rem'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
object A
|
||||
operator<caret> fun A.rem(x: Int) {}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Rename to 'rem'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
object Rem {
|
||||
operator<caret> fun mod(x: Int) {}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Rename to 'rem'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
object Rem {
|
||||
operator fun rem(x: Int) {}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Rename to 'remAssign'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
object Rem {
|
||||
operator fun mod(x: Int) {}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Rename to 'remAssign'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
object Rem {
|
||||
operator fun mod(x: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user