mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
8 lines
93 B
Java
Vendored
8 lines
93 B
Java
Vendored
package test;
|
|
|
|
class J {
|
|
void test(O o) {
|
|
o.foo("x");
|
|
O.foo("y");
|
|
}
|
|
} |