Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overrideUnitFunction.kt
blob: 7375e815b2e3684df95c8add899ea22281f41a41 [
file
]
interface
A
{
fun foo
(
value
:
String
)
:
Unit
{}
}
class
C
:
A
{
<caret>
}