[FE 1.0] Correctly set USED_AS_EXPRESSION for unreachable catch clauses
^KT-48806 Fixed
This commit is contained in:
committed by
teamcityserver
parent
9ca8d39240
commit
bfeb9c219d
@@ -1133,6 +1133,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt48708.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt48806.kt")
|
||||
public void testKt48806() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt48806.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInCAO.kt")
|
||||
public void testLambdaInCAO() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/lambdaInCAO.kt");
|
||||
|
||||
Reference in New Issue
Block a user