TypeAccessibilityChecker: add more tests
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
interface Some
|
||||
|
||||
actual class A {
|
||||
actual fun <caret>a(): Some = TODO()
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
interface Some
|
||||
|
||||
actual class A {
|
||||
fun <caret>a(): Some = TODO()
|
||||
}
|
||||
Reference in New Issue
Block a user