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