New syntax for patterns

This commit is contained in:
Andrey Breslav
2011-02-08 19:27:38 +03:00
parent 8314fde439
commit 691c79c477
16 changed files with 899 additions and 661 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ fun foo() {
is [a] =2 => d
is [a] 2 => d
is [a] T => d
is [a] T() => d
is [a] T @ () => d
}
}