shithub: mc

ref: c49922d657525b5d78e69681c953c8c24a59ed2d
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
}