Files
kotlin-fork/compiler/testData/cli/jvm/experimentalUnresolved.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

6 lines
461 B
Plaintext
Vendored

warning: '-Xexperimental' is deprecated and will be removed in a future release
warning: experimental API marker org.test.Unresolved2 is unresolved. Please make sure it's present in the module dependencies
warning: experimental API marker org.test.Unresolved1 is unresolved. Please make sure it's present in the module dependencies
warning: experimental API marker org.test.Unresolved3 is unresolved. Please make sure it's present in the module dependencies
OK