8 lines
64 B
Kotlin
8 lines
64 B
Kotlin
interface T {
|
|
val v : Int
|
|
}
|
|
|
|
class GC() : T {
|
|
<caret>
|
|
}
|