shithub: mc

ref: 1ef5877bce5a4fcbe6e68b00f1ba087384d6343c
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
}