[FIR] Report errors about invisible types from type resolution
This commit is contained in:
committed by
teamcityserver
parent
f2c319c4ae
commit
8707be51c9
+13
@@ -0,0 +1,13 @@
|
||||
// FILE: 1.kt
|
||||
|
||||
private class Private {
|
||||
class Public
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
|
||||
import Private.Public
|
||||
|
||||
private fun test_1(x: <!INVISIBLE_REFERENCE!>Private.Public<!>, y: <!INVISIBLE_REFERENCE!>Public<!>) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user