blob: 983c6ca3dead9a212bb97ca848f62c901cf1ccfe [file] [log] [blame]
// FIR_IDENTICAL
interface I {
suspend fun foo()
}
class C : I {
<caret>
}