Match replaced with when

This commit is contained in:
Andrey Breslav
2011-01-14 20:18:37 +03:00
parent e94102a586
commit 052ed330de
-3
View File
@@ -32,7 +32,4 @@ fun foo() {
a || b && c
a = b -> c
a = b || c
a = b || c match {} match {}
a = b || c match {}
a = a -> c match {} -> c
}