[FIR-TEST] Mute BB test due to KT-39659

This commit is contained in:
Dmitriy Novozhilov
2020-06-30 17:54:32 +03:00
parent a7ed9c7dc5
commit f4d5070a7b
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface PsiElement {
fun <T: PsiElement> findChildByType(i: Int): T? =
if (i == 42) JetOperationReferenceExpression() as T else throw Exception()