bf8681296b
- just legacy - report warning about deprecation - both - report warning about deprecation of legacy - no compiler explicitly chosen - error about explicit setting compiler warn from cli legacy compiler nowarn flag - kotlin.js.compiler.nowarn KT-42326 KT-53074
13 lines
257 B
Plaintext
Vendored
13 lines
257 B
Plaintext
Vendored
$TESTDATA_DIR$/separateModules/sepModule1.kt
|
|
-Xlegacy-deprecated-no-warn
|
|
-meta-info
|
|
-Xmetadata-only
|
|
-output
|
|
$TEMP_DIR$/m1/m1.js
|
|
---
|
|
$TESTDATA_DIR$/separateModules/sepModule2.kt
|
|
-Xlegacy-deprecated-no-warn
|
|
-libraries
|
|
$TEMP_DIR$/m1
|
|
-output
|
|
$TEMP_DIR$/m2/m2.js |