mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 11:42:18 +00:00
12 lines
152 B
Text
12 lines
152 B
Text
|
/*
|
||
|
in tolk we decided to drop nested comments support
|
||
|
/*
|
||
|
not nested
|
||
|
*/
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr error: expected fun or get, got `*`
|
||
|
*/
|