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