mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[xbase][typesystem] Improved lambda type inference
An expected type was not always taken into account for the lambda type’s parameter types and for generic argument types. see https://bugs.eclipse.org/bugs/show_bug.cgi?id=458010 Change-Id: Iafdd1297b73ee4eda05d32c7c077c199e905e914
This commit is contained in:
parent
e5d778fda0
commit
beb881f93f
1 changed files with 1 additions and 0 deletions
|
@ -742,6 +742,7 @@ public class EcoreUtil2 extends EcoreUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Same as {@link #getAllNonDerivedContents(EObject, boolean) getAllNonDerivedContents(root, false)}.
|
||||
* @since 2.6
|
||||
*/
|
||||
public static TreeIterator<EObject> getAllNonDerivedContents(EObject root) {
|
||||
|
|
Loading…
Reference in a new issue