Skip to content

Instantly share code, notes, and snippets.

@sorear
Created July 7, 2013 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorear/3a0ce2b9d857150b2008 to your computer and use it in GitHub Desktop.
Save sorear/3a0ce2b9d857150b2008 to your computer and use it in GitHub Desktop.
well this is a new one
src/vm/jvm/runtime/org/perl6/nqp/runtime/BootJavaInterop.java:99: error: method getInterop in class BootJavaInterop cannot be applied to given types;
if (o instanceof Class<?>) return getInterop((Class<?>)o);
^
required: SixModelObject
found: Class<CAP#1>
reason: actual argument Class<CAP#1> cannot be converted to SixModelObject by method invocation conversion
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment