FIR: Refine visibility check for class members
This commit is contained in:
committed by
TeamCityServer
parent
d702365632
commit
fba44759c0
Vendored
+2
-2
@@ -3,7 +3,7 @@ package test
|
||||
fun use() {
|
||||
Default.create()
|
||||
|
||||
Explicit.create()
|
||||
Explicit.<!INVISIBLE_REFERENCE!>create<!>()
|
||||
}
|
||||
|
||||
private class Default {
|
||||
@@ -16,4 +16,4 @@ private class Explicit {
|
||||
private companion object {
|
||||
fun create() = Explicit()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user