PSI2IR KT-47450 prevent SOE when generating IR for deep expressions
This commit is contained in:
committed by
TeamCityServer
parent
c4d9945782
commit
560c269e05
Generated
+6
@@ -1418,6 +1418,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt47328.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47450.kt")
|
||||
public void testKt47450() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt47450.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaInCAO.kt")
|
||||
public void testLambdaInCAO() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user