mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
8 lines
131 B
Text
8 lines
131 B
Text
|
const c: slice = 123 + 456;
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr expression type does not match declared type
|
||
|
@stderr const c
|
||
|
*/
|