7eab4b672d
#KT-64989
8 lines
328 B
Plaintext
Vendored
8 lines
328 B
Plaintext
Vendored
/kt55179.kt:16:5: error: non-private inline function cannot access members of private classes: 'public constructor Foo() defined in Foo'
|
|
Foo()
|
|
^^^
|
|
/kt55179.kt:17:9: error: non-private inline function cannot access members of private classes: 'public companion object defined in Foo'
|
|
Foo.Companion
|
|
^^^^^^^^^
|
|
|