Temporary remove some tests after a fix for KT-24937
Otherwise, our project is failed to be indexed
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user