Moved formatter tests from idea-tests to java-tests

This commit is contained in:
Yaroslav Lepenkin
2015-10-16 11:23:30 +03:00
parent b1a0879478
commit 6386345f62
99 changed files with 7047 additions and 1 deletions
@@ -0,0 +1,9 @@
class A {
int a;
void foo(int a,
int b) {
boolean b;
}
}