mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
keep annotations for explicit to var fixes (IDEA-193876)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// "Replace explicit type with 'var'" "true"
|
||||
class Main {
|
||||
void m(String[] args) {
|
||||
for (var arg : args) ;
|
||||
for (@Anno var arg : args) ;
|
||||
}
|
||||
}
|
||||
}
|
||||
@interface Anno {}
|
||||
Reference in New Issue
Block a user