shithub: mc

ref: 6863b80514aa42c6983d412823970a8c80e0b0cc
dir: /test/generic-in-const.myr/

View raw version
use std
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}