Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overrideFromLBrace.kt
blob: dc356b179325eedfb834b15ab2c9aa282c23c818 [
file
]
interface
Some
{
fun foo
()
}
class
Other
<caret>
{
fun test
()
{
val a
=
1
}
fun otherTest
()
{
}
}