fix more compilation errors and some tests

This commit is contained in:
Dmitry Jemerov
2015-10-08 16:53:43 +02:00
parent f5aaf65ca9
commit a63d3f5a0f
13 changed files with 29 additions and 56 deletions
@@ -1,4 +0,0 @@
fun f() {
val v = 2..3
println(<caret>v: IntRange)
}
@@ -1,3 +0,0 @@
fun f() {
println((2..3): IntRange)
}