Fix tests (by extracting a method and calling it multiple times)

This commit is contained in:
Andrey Breslav
2013-04-18 17:35:41 +04:00
parent 140382e280
commit fe4dd2f661
5 changed files with 29 additions and 15 deletions
@@ -0,0 +1,3 @@
fun test(x: Int?) {
<!TYPE_MISMATCH!>x<!> in 1..2
}