Check for syntax/diagnostic errors in some tests

This commit is contained in:
Alexander Udalov
2014-05-28 22:20:13 +04:00
parent 2b5bc6b63d
commit ea31f372aa
11 changed files with 40 additions and 60 deletions
@@ -6,7 +6,8 @@ public class BadClass {
fun foo() {
val x: () -> Int = {
bar(ArrayList<Int>())
baz<Double, ArrayList<ArrayList>>(ArrayList())
baz<Double, ArrayList<Double>>(ArrayList())
0
}
}