Files
kotlin-fork/compiler/testData/cli/jvm/coroutinesEnable.out
T
Ilmir Usmanov cf1f194f8b Add warning on -Xcoroutines flag use
The only case when warning is not reported is -Xcoroutines=default.
But this is OK until the flag is removed completely.
2018-08-30 14:55:50 +03:00

3 lines
88 B
Plaintext
Vendored

warning: -Xcoroutines has no effect: coroutines are enabled anyway in 1.3 and beyond
OK