shithub: mc

ref: f6e81804fafb07980cde274e5350e081e61a6a28
dir: /test/generic-in-const.myr/

View raw version
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}