-
Notifications
You must be signed in to change notification settings - Fork 53
[#149] allow extension fields in java 8 interfaces #1444
Conversation
51e6f04
to
8d16fa4
Compare
I assume the extensions are available in classes implementing the interface, too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
didnt test this. do we look up extensions in superclasses? i assume no otherwise api eg in generated inferrer would be easier? |
I think we consider inherited extensions. It should just work |
it does not. there is this done? |
Hmm for classes I see the equivalent example working fine:
|
And indeed it fails for interfaces:
|
|
2c05939
to
397f3b6
Compare
Signed-off-by: Christian Dietrich <[email protected]>
397f3b6
to
03e8d78
Compare
replaced with eclipse-xtext/xtext#2591 |
[#149] allow extension fields in java 8 interfaces