mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
IDEA-136162 (type annotations in anonymous classes)
This commit is contained in:
@@ -59,6 +59,7 @@ class Outer {
|
||||
{
|
||||
new @TA Object();
|
||||
new @TA ArrayList<String>();
|
||||
new @TA Runnable() { public void run() { } }.run();
|
||||
|
||||
ArrayList<String> var = new <String> @TA ArrayList();
|
||||
new @TA Outer().new @TA Middle();
|
||||
|
||||
Reference in New Issue
Block a user