shithub: mc

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