Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Fix Version/s: 1.7.3, 1.8-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This doesn't compile:
@Immutable
class Person {
String name
List likes
}
If I declare the likes property as Collection instead, the compilation works. Huh?
A minor glitch in the interface checking logic. Thanks for reporting the issue.