Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overrideExplicitFunction.kt
blob: ffe0fc271e94722d972295372df4a1446a330e2e [
file
]
interface
A
{
fun
String
.
foo
()
}
class
B
:
A
{
<caret>
}