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