mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
10 lines
249 B
Text
10 lines
249 B
Text
|
fun main() {
|
||
|
return true();
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
The message is weird now, but later I'll rework error messages anyway.
|
||
|
@stderr cannot apply expression of type int to an expression of type (): cannot unify type () -> ??3 with int
|
||
|
*/
|