fix more compilation errors and some tests
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
fun f() {
|
||||
val v = 2..3
|
||||
println(<caret>v: IntRange)
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
fun f() {
|
||||
println((2..3): IntRange)
|
||||
}
|
||||
Reference in New Issue
Block a user