[FIR] Fix reporting PRIVATE_CLASS_MEMBER_FROM_INLINE on members of companion
^KT-56172 ^KT-55179
This commit is contained in:
committed by
Space Team
parent
d856ae1f35
commit
522eec8c51
@@ -10,6 +10,6 @@ private class Foo {
|
||||
internal <!NOTHING_TO_INLINE!>inline<!> fun foo() {
|
||||
<!PRIVATE_CLASS_MEMBER_FROM_INLINE!>Foo<!>()
|
||||
Foo.Companion
|
||||
Foo.buildFoo()
|
||||
Foo.<!PRIVATE_CLASS_MEMBER_FROM_INLINE!>buildFoo<!>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user