shithub: mc

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