8 lines
149 B
Plaintext
Vendored
8 lines
149 B
Plaintext
Vendored
FILE: Derived.kt
|
|
public final class Derived : R|Some| {
|
|
public constructor(): R|Derived| {
|
|
super<R|Some|>()
|
|
}
|
|
|
|
}
|