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:
Alexander Udalov
2021-09-10 02:01:10 +02:00
parent d07070e184
commit e857966edb
22 changed files with 20 additions and 202 deletions
@@ -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");