mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
5 lines
72 B
Text
5 lines
72 B
Text
|
fun demoOfInvalid(): (int) {
|
||
|
var f = someAdd;
|
||
|
return f(1, 2);
|
||
|
}
|