Skip to content

Commit

Permalink
[Truffle] The try part of the try node doesn't need to explicitly typ…
Browse files Browse the repository at this point in the history
…ed as an ExceptionTranslatingNode.
  • Loading branch information
chrisseaton committed Nov 25, 2016
1 parent b19ae98 commit 438447c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@

public class TryNode extends RubyNode {

@Child private ExceptionTranslatingNode tryPart;
@Child private RubyNode tryPart;
@Children private final RescueNode[] rescueParts;
@Child private RubyNode elsePart;

Expand Down

0 comments on commit 438447c

Please sign in to comment.