mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-20 08:31:28 +00:00
6 lines
84 B
Plaintext
Vendored
6 lines
84 B
Plaintext
Vendored
class Usage {
|
|
void usage() {
|
|
test.AKt.a();
|
|
test.BKt.b();
|
|
}
|
|
} |