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