shithub: mc

ref: 961b6524f4e87570495b1c3eece15104ca61f22e
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
}