// Map keys must be primitive types only package foo:invalid-map-key; interface test { // This should fail - tuple is not a valid map key type type invalid = map, u32>; }