mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 11:12:16 +00:00
9 lines
131 B
Text
9 lines
131 B
Text
|
get fun onInternalMessage() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr invalid declaration of a reserved function
|
||
|
*/
|