blob: 72493853557ffdc8fb19d96203c9f95b33c74cc1 [file] [log] [blame]
public class TestStub {
void demo() {
try {
// :: error: (methodcall)
Class.forName("Evil");
} catch (Exception e) {
}
}
}