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");