[K/N] Disable scope initialization on constant access
^KT-57098
This commit is contained in:
committed by
Space Team
parent
e6297f92fa
commit
62fb3df7f0
+5
@@ -6224,6 +6224,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/constants/divisionByZero.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("doNotTriggerInit.kt")
|
||||
public void testDoNotTriggerInit() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constants/doNotTriggerInit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("float.kt")
|
||||
public void testFloat() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constants/float.kt");
|
||||
|
||||
Reference in New Issue
Block a user