5 lines
74 B
Plaintext
Vendored
5 lines
74 B
Plaintext
Vendored
fun useA() {
|
|
var b: A<B> = A(B())
|
|
var c: A<C> = A(C())
|
|
b = c
|
|
} |