886e3e6655
Previously, -Xallow-result-return-type was used to test, whether the launcher parses -X... flags correctly, however, it has no effect - returning Result is allowed anyway. So, instead, use -Xno-inline and check runtime behavior.
3 lines
51 B
Plaintext
Vendored
3 lines
51 B
Plaintext
Vendored
@file:CompilerOptions("-Xno-inline")
|
|
|
|
println("OK") |