mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Check, that all suspension points are immediately followed by ARETURN and do not check that all these ARETURNs are immediately preceded by suspension points. #KT-27190 Fixed