Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
suspend
/
public.kt.after
blob: 0220c02e74cb4c5d223355f83c3cd046c23d737f [
file
] [
log
] [
blame
]
// "Make bar suspend" "true"
suspend fun foo
()
{}
public
suspend fun bar
()
{
foo
()
}