89c39b9762
#KT-13589 Fixed
9 lines
230 B
Plaintext
Vendored
9 lines
230 B
Plaintext
Vendored
interface T {
|
|
val v : Int
|
|
}
|
|
|
|
class GC() : T {
|
|
override val v: Int
|
|
get() = <selection><caret>TODO("not implemented")</selection> //To change initializer of created properties use File | Settings | File Templates.
|
|
}
|