shithub: mc

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