mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
Cleanup (test data formatting)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// "Replace 'var' with explicit type" "true"
|
||||
class Main {
|
||||
|
||||
void m(java.util.List<? extends String> args){
|
||||
<caret>var s = args.get(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user