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