Files
kotlin-fork/compiler/testData/cli/jvm/experimentalDeprecatedWarning.out
T
Alexander Udalov 33bc3db144 Deprecate -Xexperimental compiler argument
This option is not widely used and its implementation relies on a
complicated mechanism of a module-wide metadata, which is not properly
supported in the IDE (see IdeModuleAnnotationsResolver).

 #KT-34649 Fixed
2019-12-17 18:17:48 +01:00

5 lines
233 B
Plaintext
Vendored

warning: '-Xexperimental' is deprecated and will be removed in a future release
warning: experimental API marker org.test.Warning2 is deprecated. Warning2
warning: experimental API marker org.test.Warning1 is deprecated. Warning1
OK