10 lines
167 B
Plaintext
Vendored
10 lines
167 B
Plaintext
Vendored
// FIR_IDENTICAL
|
|
interface T {
|
|
val v : Int
|
|
}
|
|
|
|
class GC() : T {
|
|
override val v: Int
|
|
get() = <selection><caret>TODO("Not yet implemented")</selection>
|
|
}
|