Fixing function types

This commit is contained in:
Andrey Breslav
2010-12-29 15:42:57 +03:00
parent 49d4812a20
commit 2305f3c445
28 changed files with 1674 additions and 1215 deletions
+2 -4
View File
@@ -67,10 +67,8 @@ fun a(
for (val x in foo) a
for (x in foo) a
for (val x in [1..10]) a
for (x in [1..10]) a
for (val x : Int in [1..10]) a
for (x : Int in [1..10]) {}
for (val x : Int in foo) a
for (x : Int in foo) {}
while (true) {}