mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
13 lines
252 B
Java
13 lines
252 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() { }
|
|
} |