[FIR-TEST] Mute BB test due to KT-39659
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
|
||||||
interface PsiElement {
|
interface PsiElement {
|
||||||
fun <T: PsiElement> findChildByType(i: Int): T? =
|
fun <T: PsiElement> findChildByType(i: Int): T? =
|
||||||
if (i == 42) JetOperationReferenceExpression() as T else throw Exception()
|
if (i == 42) JetOperationReferenceExpression() as T else throw Exception()
|
||||||
|
|||||||
Reference in New Issue
Block a user