Skip to content

Commit

Permalink
trying to fix the build. We need to upgrade xtend ASAP
Browse files Browse the repository at this point in the history
  • Loading branch information
javierfernandes committed Dec 4, 2015
1 parent cdaf6c7 commit ca01e7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package org.uqbar.project.wollok.sdk
import org.eclipse.emf.ecore.EObject
import org.uqbar.project.wollok.interpreter.WollokInterpreter
import org.uqbar.project.wollok.interpreter.WollokInterpreterEvaluator
import org.uqbar.project.wollok.interpreter.core.WollokObject

/**
* Contains class names for Wollok core SDK.
Expand Down Expand Up @@ -39,7 +40,7 @@ class WollokDSK {

public static val MESSAGE_NOT_UNDERSTOOD_EXCEPTION = "wollok.lang.MessageNotUnderstoodException"

def static getVoid(WollokInterpreter i, EObject context) {
def static WollokObject getVoid(WollokInterpreter i, EObject context) {
(i.evaluator as WollokInterpreterEvaluator).getWKObject(VOID, context)
}

Expand Down

0 comments on commit ca01e7b

Please sign in to comment.