Regenerate tests forgotten in f19a8789

This commit is contained in:
Dmitriy Novozhilov
2019-10-18 16:03:02 +03:00
parent 74970ddfeb
commit ecf98d3141
2 changed files with 10 additions and 0 deletions
@@ -690,6 +690,11 @@ public class LoadJavaClsStubTestGenerated extends AbstractLoadJavaClsStubTest {
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");
@@ -690,6 +690,11 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
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");