JVM: remove support for disabling NoConstantValueAttributeForNonConstVals
This feature is enabled by default since 1.4, which is the earliest language version supported by Kotlin at this moment.
This commit is contained in:
-5
@@ -2536,11 +2536,6 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/ExtVarl.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonConstValWithConstantValueAttribute.kt")
|
||||
public void testNonConstValWithConstantValueAttribute() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/nonConstValWithConstantValueAttribute.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NsVal.kt")
|
||||
public void testNsVal() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/NsVal.kt");
|
||||
|
||||
Reference in New Issue
Block a user