Skip to content

Commit

Permalink
Update src/types/stmts/case-10.tact
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
  • Loading branch information
Gusarich and anton-trunov authored Mar 29, 2024
1 parent c7c29c6 commit d606302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/stmts/case-10.tact
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fun toString(): Int {

contract SampleTactContract {
init() {
toString(); // non-existent function
toString();
}
}

0 comments on commit d606302

Please sign in to comment.