6 lines
61 B
Plaintext
Vendored
6 lines
61 B
Plaintext
Vendored
fun <J : A> foo(j: J): J
|
|
|
|
fun <T> foo(j: T): T
|
|
|
|
open class A
|