[#149] allow extension fields in java 8 interfaces#1444
[#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 |
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 <christian.dietrich@itemis.de>
397f3b6 to
03e8d78
Compare
|
replaced with eclipse-xtext/xtext#2591 |
[#149] allow extension fields in java 8 interfaces