Create actual: add type accessibility checker

#KT-28740 Fixed
This commit is contained in:
Dmitry Gridin
2019-09-06 20:49:23 +07:00
parent fcaa897b9f
commit 57d25fc5f5
16 changed files with 130 additions and 34 deletions
@@ -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
}