Files
kotlin-fork/compiler/testData/cli/jvm/experimentalIsNotMarker.out
T
2020-01-14 21:04:41 +01:00

5 lines
227 B
Plaintext
Vendored

warning: '-Xexperimental' is deprecated and will be removed in a future release
warning: class org.test.NotAMarker1 is not an opt-in requirement marker
warning: class org.test.NotAMarker2 is not an opt-in requirement marker
OK