diamonds: incompatible error due to cls class in default package fixed - cls file doesn't process declarations! = need to switch to mirror (IDEA-121866)

(cherry picked from commit 94d5c96730900e0f21cc3bd48143f2dea4411ae6)
This commit is contained in:
Anna Kozlova
2014-03-11 19:48:10 +01:00
parent 2fefd8babf
commit f738b512a3
6 changed files with 70 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
class IDEA121866 {
{
A<String> a = new A<>();
}
}