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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import library.*
|
||||
|
||||
suspend fun test() {
|
||||
foo()
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user