blob: 3a08c908a39ef135d7dd8d2ede08774c8e44faa7 [file] [log] [blame]
class Test {
void test() {
a((I) System::exit);
}
void a(Object b) {}
interface I {
void i(int i);
}
}