Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overrideExplicitFunction.kt.after
blob: 95c68d41ccab856a9f1add4784d638ff40beec3f [
file
]
interface
A
{
fun
String
.
foo
()
}
class
B
:
A
{
override
fun
String
.
foo
()
{
<selection><caret>
TODO
(
"Not yet implemented"
)</
selection
>
}
}