This are the capabilities I have in my reflector:
declarationsCapability,
newInstanceCapability,
staticInvokeCapability,
subtypeQuantifyCapability,
typeRelationsCapability
However, at some point during testing in transformed mode, I get this error: Attempt to get isSubtypeOf without typeRelationsCapability.
(full stack trace)
Just to be sure: the typeRelationsCapability
also counts for the classed indirectly reflected by the subtypeQuantifyCapability
capability, right?
This is the branch where I get the error (using pub test -p firefox
): https://github.com/stevenroose/pointycastle/tree/web-test