Open gavinking opened 7 years ago
So this stops generation of the second interface because it contains unknown types. This is done in DeclarationErrorVisitor#177
. You can debug the generation in IssuesTests_7000_7499.testBug7000
on the 7000
branch.
OK great thanks
Relates to #2358.
I'm trying to add support to the JVM backend for the following code:
Here's what I currently have:
I'm currently stuck on the fact that the compiler, instead of throwing any sort of error, simply ignores the
Expression
interface.Over to you @FroMage ;-)