Skip to content

"Attempt to get isSubtypeOf without typeRelationsCapability" while typeRelationsCapability is present #72

@stevenroose

Description

@stevenroose

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions