mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
9 lines
162 B
Text
9 lines
162 B
Text
|
fun invalidProvidingGenericTsToNotGeneric() {
|
||
|
beginCell<builder>();
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr calling a not generic function with generic T
|
||
|
*/
|