Files
kotlin-fork/compiler/testData/cli/js/modulesWithSameNames.args
T

12 lines
265 B
Plaintext
Vendored

$TESTDATA_DIR$/separateModules/sepModule1.kt
-Xforce-deprecated-legacy-compiler-usage
-meta-info
-output
$TEMP_DIR$/m1/m.js
---
$TESTDATA_DIR$/separateModules/sepModule2.kt
-Xforce-deprecated-legacy-compiler-usage
-libraries
$TEMP_DIR$/m1
-output
$TEMP_DIR$/m2/m.js