Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
yieldUnsupported
/
yieldAsSimpleName.kt.after
blob: c0291f4d9a440a5ae46d36aeed56e376bb8b4c01 [
file
] [
log
] [
blame
]
// "Migrate unsupported yield syntax" "true"
object
yield
{}
fun test
()
{
val foo
=
`yield`
}