Chanattan

Results 10 issues of Chanattan

The following code throws an error: ```scala import javax.swing.SwingUtilities; //import javax.swing.SwingUtilities; import java.lang.Runnable; def main(): Unit \ IO = println("hello") ``` ``` -- Parse Error (OtherDecl) -------------------------------------------------- /home/csok/IdeaProjects/flix/test.flix >> Expected...

bug

Fixes #7881 with current expressiveness of `InvokeMethod2`.

This issue is related to support for `InvokeMethod2` on type `BigInteger` from Java, from PRs #7769 and #7833. The program, with `BigInteger` java interoperability set, is the following: ``` def...

WIP. Related to #8158.

Related to #8212. @magnus-madsen I was forced implictly to check for explicit interfaces with no super-interfaces. As otherwise it would create duplicate methods, e.g., toString, in candidate methods with interfaces...