1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
ton/tolk-tester/tests/invalid-declaration-6.tolk

9 lines
131 B
Text
Raw Normal View History

get seqno(self: int) {
return 0;
}
/**
@compilation_should_fail
@stderr get methods can't have `mutate` and `self` params
*/