shithub: mc

ref: 12df9f45f4f383a6bdf8939b44a3b499edee853e
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
}