shithub: mc

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