io.sarl.lang.bugfixes.pending.bug621
Class Bug621OverrideHelper
class Bug621OverrideHelper
extends java.lang.Object
Fixing the SARL issue 621: Error on multiple function inheritance.

Issue is due to Xtend issue 191 (https://github.com/eclipse/xtext-xtend/pull/191), and the associated PR 192 (https://github.com/eclipse/xtext-xtend/pull/192)

Search for "START CHANGE" comment for finding the specific fixes of this class.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
See:
"https://github.com/sarl/sarl/issues/621", "https://github.com/eclipse/xtext-xtend/pull/191", "https://github.com/eclipse/xtext-xtend/pull/192"
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
org.eclipse.xtext.xbase.typesystem.override.ResolvedFeatures getResolvedFeatures(LightweightTypeReference)
org.eclipse.xtext.xbase.typesystem.override.ResolvedFeatures getResolvedFeatures(LightweightTypeReference,JavaVersion)
Constructor Details
new
new
Action Details
getResolvedFeatures(LightweightTypeReference)
def getResolvedFeatures(LightweightTypeReference) : org.eclipse.xtext.xbase.typesystem.override.ResolvedFeatures
getResolvedFeatures(LightweightTypeReference,JavaVersion)
def getResolvedFeatures(LightweightTypeReference,JavaVersion) : org.eclipse.xtext.xbase.typesystem.override.ResolvedFeatures