blob: d0e328bcf409543763d842bc8cd851820a928d25 [file] [log] [blame]
package b111416;
public class X {
static void open(String str) {}
void foo() {
open("");
}
}