Dirk Lattermann
Results
12
issues of
Dirk Lattermann
Don't know if it qualifies as bug, but it look like it is one: ```ceylon shared class A(inject B b) { //... } ``` If this class is inspected in...
m-compiler-java
t-improvement
I know, `interface D` below should satisfy `C&B` for the last line to compile without error, but this causes a backend error on JVM. ```ceylon interface I{} interface A{} interface...
t-bug
m-compiler-java