Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.8, 2.4.0-beta-4
-
None
-
None
Description
The following code throws a null pointer exception during compilation:
trait SetUnknown {
def setup() {
this.unknownProperty = 1
}
}