Community
Participate
Working Groups
Try to implement a custom type provider with xtend: def dispatch type(XBinaryOperation bo, JvmTypeReference r, boolean b) { throw new RuntimeException("This is expected") } leads to the following error: Incompatible return type of dispatch method. Expected org.eclipse.xtext.common.types.JvmTypeReference but was void
*** Bug 361780 has been marked as a duplicate of this bug. ***
Works like a charm with the new TS
Requested via bug 522520. -M.