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