Regenerate tests forgotten in f19a8789

This commit is contained in:
Dmitriy Novozhilov
2019-10-21 10:47:15 +03:00
parent b8bc449bc3
commit 5250421002
@@ -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");