Open Theodus opened 6 years ago
I think there may already be a similar open issue ticket to this one, but I'm not sure where it is.
This might be a more minimal reproduction of the same issue, or it may just be a different but similar issue:
interface I[A]
fun subset[B: (A & Any #share)](): I[B] =>
Subset[A, B]
class Subset[A, B: (A & Any #share)] is I[B]
Pony code:
Ponyc version:
Compiler output:
LLDB Backtrace:
Very long backtrace: lldb_out.txt