From 525042100223b8850c2043ee8006de2baeeaa582 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 21 Oct 2019 10:47:15 +0300 Subject: [PATCH] Regenerate tests forgotten in f19a8789 --- .../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 3ecc4f0d288..b6ad6d969ba 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 @@ -692,6 +692,11 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD runTest("compiler/testData/loadJava/compiledKotlin/class/RecursiveGeneric.kt"); } + @TestMetadata("SealedClass.kt") + public void testSealedClass() throws Exception { + runTest("compiler/testData/loadJava/compiledKotlin/class/SealedClass.kt"); + } + @TestMetadata("SingleAbstractMethod.kt") public void testSingleAbstractMethod() throws Exception { runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");