Files
kotlin-fork/compiler/testData/bytecodeVersion/obsoleteInlineSuspend/output.txt
T
Denis Zharkov cb95986c36 Report error on calls to obsolete inline suspend functions
They do not contain markers for suspend calls in them

See the changes introduced for fixing KT-16603
2017-06-28 10:24:27 +03:00

5 lines
189 B
Plaintext
Vendored

compiler/testData/bytecodeVersion/obsoleteInlineSuspend/B.kt:4:5: error: cannot inline suspend function built with compiler version less than 1.1.4/1.2-M1
foo()
^
COMPILATION_ERROR