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

5 lines
237 B
Plaintext
Vendored

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