blob: 7de98c3770c74d478579c5a40c8c903a81883540 [file] [log] [blame]
interface I {
void m(int x);
}
class Test {
public static void main(String[] args) {
I i = <caret>
}
}