shithub: mc

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