Regenerate tests forgotten in f19a8789
This commit is contained in:
Generated
+5
@@ -690,6 +690,11 @@ public class LoadJavaClsStubTestGenerated extends AbstractLoadJavaClsStubTest {
|
|||||||
runTest("compiler/testData/loadJava/compiledKotlin/class/RecursiveGeneric.kt");
|
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")
|
@TestMetadata("SingleAbstractMethod.kt")
|
||||||
public void testSingleAbstractMethod() throws Exception {
|
public void testSingleAbstractMethod() throws Exception {
|
||||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
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");
|
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")
|
@TestMetadata("SingleAbstractMethod.kt")
|
||||||
public void testSingleAbstractMethod() throws Exception {
|
public void testSingleAbstractMethod() throws Exception {
|
||||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user