shithub: mc

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