Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Oct 27, 2023
2 parents c8f9d33 + ccebdf6 commit f3342df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*******************************************************************************
*
* Copyright (c) 2016 Fujitsu Services Ltd.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public int hashCode()
public void typeCheck(Environment base, NameScope scope)
{
FlatEnvironment local = new FlatEnvironment(getSelfDefinition(), base);
local.setEnclosingDefinition(this);
TCType rt = statement.typeCheck(local, NameScope.NAMESANDSTATE, null, false);

if (!(rt instanceof TCVoidType) && !(rt instanceof TCUnknownType))
Expand Down

0 comments on commit f3342df

Please sign in to comment.