K2: resolve Java enum entries from the beginning (related to KT-59464)
This commit is contained in:
committed by
Space Team
parent
e6d43c1f48
commit
f8ca440e96
+5
@@ -15275,6 +15275,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/cannotCastToFunctionInIf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capitalizationNotEnhanced.kt")
|
||||
public void testCapitalizationNotEnhanced() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/capitalizationNotEnhanced.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ClassBuilder.kt")
|
||||
public void testClassBuilder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/ClassBuilder.kt");
|
||||
|
||||
Reference in New Issue
Block a user