7 lines
79 B
Java
Vendored
7 lines
79 B
Java
Vendored
package test;
|
|
|
|
class A {
|
|
void fun bar() {
|
|
FunExtKt.foo("");
|
|
}
|
|
} |