Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
overrideExtensionProperty.kt.after
blob: 11cfc6f29d815bd5ea39dab16af26613db973e42 [
file
] [
log
] [
blame
]
interface
A
{
val
String
.
prop
:
Int
}
class
B
:
A
{
override
val
String
.
prop
:
Int
get
()
=
<selection><caret>
TODO
(
"not implemented"
)
//To change initializer of created properties use File | Settings | File Templates.</selection>
}