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()
|
||||
Reference in New Issue
Block a user