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