shithub: mc

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