mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix tests for foreach formatting
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class Foo {
|
||||
<T> void method1(final T[] val) {
|
||||
class Inner {
|
||||
void method2() {
|
||||
for (T t : <selection>val</selection><caret>) {
|
||||
for (T t: val) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user