Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
suspendFun.kt
blob: 983c6ca3dead9a212bb97ca848f62c901cf1ccfe [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
interface
I
{
suspend fun foo
()
}
class
C
:
I
{
<caret>
}