Skip to content

Commit 9c16543

Browse files
Kirill GolubevKirill Golubev
authored andcommitted
exception typing
1 parent 9e9f761 commit 9c16543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liquidjava-umbrella/liquidjava-verifier/src/main/java/liquidjava/rj_language/visitors/ExpressionVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public interface ExpressionVisitor {
1717

1818
void visitLiteralInt(LiteralInt li);
1919

20-
void visitLiteralReal(LiteralReal lr);
20+
void visitLiteralReal(LiteralReal lr) throws Exception;
2121

2222
void visitLiteralString(LiteralString ls);
2323

0 commit comments

Comments
 (0)