Reserve yield if it isn't function call.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Migrate unsupported yield syntax" "true"
|
||||
object yield {}
|
||||
|
||||
fun test() {
|
||||
val foo = yie<caret>ld
|
||||
}
|
||||
Reference in New Issue
Block a user