Don't generate ConstantValue for non-const vals in Kotlin 1.3+
This commit is contained in:
+5
@@ -15390,6 +15390,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testInterfaceCompanion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/interfaceCompanion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonConstValsAreProperlyInitialized.kt")
|
||||
public void testNonConstValsAreProperlyInitialized() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/nonConstValsAreProperlyInitialized.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/properties/lateinit")
|
||||
|
||||
Reference in New Issue
Block a user