blob: c0291f4d9a440a5ae46d36aeed56e376bb8b4c01 [file] [log] [blame]
// "Migrate unsupported yield syntax" "true"
object yield {}
fun test() {
val foo = `yield`
}