blob: 8166c6e3dd68db20136683f017b2e9cb14f162bb [file] [log] [blame]
import javax.swing.*;
class Test {
public static JComponent getFoo() {
JComponent c = new JPanel();
return <caret>c;
}
}