Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addRunBeforeLambda
/
basic.kt
blob: 121b0288bb247889a93163f8f7aa756815412276 [
file
]
// "Add 'run' before the lambda expression" "true"
// WITH_RUNTIME
fun foo
()
{
{}<
caret
>
}