16 lines
115 B
Plaintext
Vendored
16 lines
115 B
Plaintext
Vendored
context(A)
|
|
fun tooo()
|
|
|
|
context(B)
|
|
fun tooo()
|
|
|
|
context(A, B)
|
|
fun tooo()
|
|
|
|
context(B, A)
|
|
fun tooo()
|
|
|
|
class A
|
|
|
|
class B
|