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