shithub: mc

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