FIR2IR: expand type before getting nullability #KT-44803 Fixed
This commit is contained in:
+5
@@ -12278,6 +12278,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/fir"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("ClassBuilder.kt")
|
||||
public void testClassBuilder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/ClassBuilder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ConstValAccess.kt")
|
||||
public void testConstValAccess() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/ConstValAccess.kt");
|
||||
|
||||
Reference in New Issue
Block a user