Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun main() {
|
||||
<caret>for (x in 1 rangeTo 2) {
|
||||
<caret>for (x in 1.rangeTo(2)) {
|
||||
x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user