JVM_IR KT-50215 KT-50076 extra test

This commit is contained in:
Dmitry Petrov
2021-12-13 17:29:30 +03:00
committed by TeamCityServer
parent 6adcbe081e
commit e47871f98b
10 changed files with 1395 additions and 8 deletions
@@ -4177,6 +4177,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testKt47851a() throws Exception {
runTest("compiler/testData/codegen/box/checkcastOptimization/kt47851a.kt");
}
@TestMetadata("kt50215.kt")
public void testKt50215() throws Exception {
runTest("compiler/testData/codegen/box/checkcastOptimization/kt50215.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/classLiteral")