shithub: mc

ref: 0835c92d23bdea6e2a99c816617ecb02733b8414
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
}