You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Once we support manual generics setting, we'll need to check here if we can merge with it.
207
+
thrownewErrorResourcesContext(`Simultaneous manual generic type passing and generic type inference are not supported yet.`,{parameter: param, value });
208
+
}
209
+
210
+
// For the defined generic type instances, apply them into the instance so they can be checked later
.toThrow(`The value "abc" for parameter "http://example.org/hello/inner2" is not of required range type "<http://example.org/HelloWorldModule#SayHelloComponentInner__generic_T>"`);
0 commit comments