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"
|
// "Rename to 'rem'" "true"
|
||||||
|
// DISABLE-ERRORS
|
||||||
|
|
||||||
object A
|
object A
|
||||||
operator<caret> fun A.mod(x: Int) {}
|
operator<caret> fun A.mod(x: Int) {}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// "Rename to 'rem'" "true"
|
// "Rename to 'rem'" "true"
|
||||||
|
// DISABLE-ERRORS
|
||||||
|
|
||||||
object A
|
object A
|
||||||
operator<caret> fun A.rem(x: Int) {}
|
operator<caret> fun A.rem(x: Int) {}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// "Rename to 'rem'" "true"
|
// "Rename to 'rem'" "true"
|
||||||
|
// DISABLE-ERRORS
|
||||||
|
|
||||||
object Rem {
|
object Rem {
|
||||||
operator<caret> fun mod(x: Int) {}
|
operator<caret> fun mod(x: Int) {}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// "Rename to 'rem'" "true"
|
// "Rename to 'rem'" "true"
|
||||||
|
// DISABLE-ERRORS
|
||||||
|
|
||||||
object Rem {
|
object Rem {
|
||||||
operator fun rem(x: Int) {}
|
operator fun rem(x: Int) {}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// "Rename to 'remAssign'" "true"
|
// "Rename to 'remAssign'" "true"
|
||||||
|
// DISABLE-ERRORS
|
||||||
|
|
||||||
object Rem {
|
object Rem {
|
||||||
operator fun mod(x: Int) {}
|
operator fun mod(x: Int) {}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// "Rename to 'remAssign'" "true"
|
// "Rename to 'remAssign'" "true"
|
||||||
|
// DISABLE-ERRORS
|
||||||
|
|
||||||
object Rem {
|
object Rem {
|
||||||
operator fun mod(x: Int) {}
|
operator fun mod(x: Int) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user