Files
kotlin-fork/compiler/testData/cli/jvm/hmpp/sameSourceInDifferentModules.out
T
2023-02-17 11:08:50 +00:00

14 lines
642 B
Plaintext
Vendored

warning: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:+MultiPlatformProjects
This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
error: file '$TESTDATA_DIR$/src/a.kt' can be a part of only one module, but is listed as a source for both `a` and `b`, please check you -Xmodule options.
error: source '$TESTDATA_DIR$/src/b.kt' does not belong to any module
COMPILATION_ERROR