From 31c968123c37d8eaf50ac09f7e19058400a9c32b Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 25 Jul 2018 11:30:34 +0200 Subject: [PATCH] Regenerate tests --- .../jvm/runtime/JvmRuntimeDescriptorLoaderTestGenerated.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/descriptors.runtime/tests/org/jetbrains/kotlin/jvm/runtime/JvmRuntimeDescriptorLoaderTestGenerated.java b/core/descriptors.runtime/tests/org/jetbrains/kotlin/jvm/runtime/JvmRuntimeDescriptorLoaderTestGenerated.java index b33bf825af8..6cbfede6b83 100644 --- a/core/descriptors.runtime/tests/org/jetbrains/kotlin/jvm/runtime/JvmRuntimeDescriptorLoaderTestGenerated.java +++ b/core/descriptors.runtime/tests/org/jetbrains/kotlin/jvm/runtime/JvmRuntimeDescriptorLoaderTestGenerated.java @@ -2496,6 +2496,11 @@ 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");