Test for KT-25040 (just to stabilize behaviour)

This commit is contained in:
Mikhail Glukhikh
2018-08-29 15:57:01 +03:00
parent 69def648c9
commit df125702c1
5 changed files with 16 additions and 0 deletions
@@ -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()