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