Create actual: add type accessibility checker
#KT-28740 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
// SHOULD_FAIL_WITH: Cannot generate class: Type <Unknown> is not accessible from target module
|
||||
// DISABLE-ERRORS
|
||||
|
||||
expect class Foo<caret> {
|
||||
var bar
|
||||
}
|
||||
Reference in New Issue
Block a user