Skip to content

Commit

Permalink
Fix compilation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
npasserini committed Jul 3, 2019
1 parent fc47787 commit 28ec6f1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ class BasicTypeResolver {
extension WollokClassFinder classFinder = WollokClassFinder.getInstance

def dispatch WMethodContainer resolveType(WVariable variable) {
if (variable.declaration.right === null)
null
else
variable.declaration.right.resolveType
variable.declaration.initValue?.resolveType
}

def dispatch WMethodContainer resolveType(WListLiteral it) { listClass }
Expand Down

0 comments on commit 28ec6f1

Please sign in to comment.