Files
kotlin-fork/compiler/testData/cli/js/compilationErrorK2.out
T
2024-02-08 12:59:31 +00:00

5 lines
182 B
Plaintext
Vendored

compiler/testData/cli/js/compilationErrorK2.kt:9:13: error: cannot access 'companion object Test : Any': it is private in '/Foo'.
Foo.Test
^^^^
COMPILATION_ERROR