Test for KT-25040 (just to stabilize behaviour)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
open class SimpleParent
|
||||
expect class <caret>ExpectedChild : SimpleParent
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
open class SimpleParent
|
||||
expect class <caret>ExpectedChild : SimpleParent
|
||||
@@ -0,0 +1 @@
|
||||
// ExpectedChild: to be implemented
|
||||
@@ -0,0 +1,2 @@
|
||||
// ExpectedChild: to be implemented
|
||||
actual class ExpectedChild : SimpleParent()
|
||||
+5
@@ -114,6 +114,11 @@ public class QuickFixMultiModuleTestGenerated extends AbstractQuickFixMultiModul
|
||||
runTest("idea/testData/multiModuleQuickFix/classSomeProperties/");
|
||||
}
|
||||
|
||||
@TestMetadata("classWithBase")
|
||||
public void testClassWithBase() throws Exception {
|
||||
runTest("idea/testData/multiModuleQuickFix/classWithBase/");
|
||||
}
|
||||
|
||||
@TestMetadata("classWithIncompilableFunction")
|
||||
public void testClassWithIncompilableFunction() throws Exception {
|
||||
runTest("idea/testData/multiModuleQuickFix/classWithIncompilableFunction/");
|
||||
|
||||
Reference in New Issue
Block a user