TypeAccessibilityChecker: add more tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
package a
|
||||
|
||||
import b.B
|
||||
|
||||
expect class <caret>A : B
|
||||
@@ -0,0 +1,3 @@
|
||||
package b
|
||||
|
||||
open class B
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package a
|
||||
|
||||
import b.B
|
||||
|
||||
actual class A : B()
|
||||
Reference in New Issue
Block a user