Skip to content

Commit

Permalink
Merge bd1c313 into dfb9513
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 8, 2020
2 parents dfb9513 + bd1c313 commit 3b4df6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ class WMethodContainerExtensions extends WollokModelExtensions {

def static dispatch feature(EObject o) { null }
def static dispatch feature(WMemberFeatureCall call) { call.feature }
def static dispatch feature(WSuperInvocation call) { call.method.name }
def static dispatch feature(WSuperInvocation call) { call.method?.name }
def static dispatch feature(WUnaryOperation o) { o.feature }
def static dispatch feature(WBinaryOperation o) { o.feature }
def static dispatch feature(WPostfixOperation o) { o.feature }
Expand Down

0 comments on commit 3b4df6f

Please sign in to comment.