Files
kotlin/compiler/testData/cli/jvm/experimentalIsNotAnnotation.out
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
255 B
Plaintext
Vendored

warning: '-Xexperimental' is deprecated and will be removed in a future release
warning: class org.test.NotAnAnnotation1 is not an experimental API marker annotation
warning: class org.test.NotAnAnnotation2 is not an experimental API marker annotation
OK