Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
generate
/
equalsWithHashCode
/
interface.kt
blob: f430c6033fcf98c476b70e776659f9a14b102298 [
file
]
// NOT_APPLICABLE
interface
A
{<
caret
>
fun foo
()
{
}
}