mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
18 lines
287 B
Java
18 lines
287 B
Java
|
|
public class Foo {
|
|
public int foo() { return 5; }
|
|
|
|
public int longerMethodFooHere() { return thisCodeBlockShouldBeWrapped; }
|
|
|
|
int bar() {
|
|
st = 2;
|
|
st = 3;
|
|
}
|
|
|
|
int foobar() { //aaaaaaaaaaaaaa
|
|
st = 2;
|
|
st = 3;
|
|
}
|
|
|
|
int barbar() { }
|
|
} |