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