Temporary remove some tests after a fix for KT-24937

Otherwise, our project is failed to be indexed
This commit is contained in:
Denis Zharkov
2018-12-11 09:45:39 +03:00
parent 5992896d76
commit ddb4e8b128
5 changed files with 0 additions and 426 deletions
-9
View File
@@ -1,9 +0,0 @@
fun main(args: Array<String>) {
val c = C(1, 2, 3, 4)
val number = when (c) {
match B(e1, e2 @ : Pair if(l > r), e3) @ a: A @ m -> e1 + l + r
match (_, p :Pair, _) -> 20
else -> 40
}
println(number)
}