Files
kotlin-fork/compiler/testData/cli/js/compilationErrorK2.out
T
2023-09-07 08:21:34 +00:00

6 lines
312 B
Plaintext
Vendored

warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
compiler/testData/cli/js/compilationErrorK2.kt:9:13: error: cannot access 'companion object Test : Any': it is private in '/Foo'.
Foo.Test
^
COMPILATION_ERROR