mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
8 lines
113 B
Java
Vendored
8 lines
113 B
Java
Vendored
package test;
|
|
|
|
class J {
|
|
void test(C.O companion) {
|
|
companion.foo("x");
|
|
C.O.foo("y");
|
|
}
|
|
} |