blob: 70f99cd327b0425ac5506e0cdce4504d27bf9579 [file]
compiler/tests-integration/testData/javaModules/noDependencyOnUnnamed/main/usage.kt:3:15: error: symbol is declared in an unnamed module which is not read by current module.
fun test(foo: Foo) {
^^^
compiler/tests-integration/testData/javaModules/noDependencyOnUnnamed/main/usage.kt:4:9: error: symbol is declared in an unnamed module which is not read by current module.
foo.field
^^^^^
compiler/tests-integration/testData/javaModules/noDependencyOnUnnamed/main/usage.kt:5:9: error: symbol is declared in an unnamed module which is not read by current module.
foo.method()
^^^^^^
compiler/tests-integration/testData/javaModules/noDependencyOnUnnamed/main/usage.kt:6:5: error: symbol is declared in an unnamed module which is not read by current module.
Foo()
^^^
COMPILATION_ERROR