Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overrideFunctionProperty.kt
blob: 762b66b7d12816611c13d6367529b831c4c4cddf [
file
]
open
class
A
()
{
open val method
:
()
->
Unit
?
=
{
println
(
"hello"
)}
}
fun some
()
:
A
{
return
object
:
A
()
{<
caret
>}
}
// TODO: need better selection and caret