Match replaced with when
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user