blob: e9a6bcea8cc12b6a37e4c0b721edc26b8998f1e7 [file] [log] [blame]
public class SomeClass {
Border createBorder(Color color, int top, boolean isOpaque, int bottom, int right, int left) {
new Insets(<caret>)
}
}
class Insets {
Insets(int top, int left, int bottom, int right) {}
}