mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Since we're not yet sure of the design of Experimental/UseExperimental, we're making them "experimental" themselves in some sense, in that the user is required to provide the magic argument "-Xuse-experimental=kotlin.Experimental" to be allowed to use either Experimental or UseExperimental. This is more convenient than the previous approach of "-language-version 1.3 -Xskip-metadata-version-check" because it's simpler and does not cause pre-release binaries to be produced
9 lines
228 B
Plaintext
Vendored
9 lines
228 B
Plaintext
Vendored
$TESTDATA_DIR$/experimentalDeprecated.kt
|
|
-d
|
|
$TEMP_DIR$
|
|
-Xuse-experimental=kotlin.Experimental
|
|
-Xexperimental=org.test.Error1
|
|
-Xexperimental=org.test.Hidden1
|
|
-Xuse-experimental=org.test.Error2
|
|
-Xuse-experimental=org.test.Hidden2
|