Results 12 comments of Jonathan Lovelace

The code where the type parameter was incorrectly inferred to be Nothing is in this code to read tab-separated data from a file embedded in the module as a resource:...

I've just distilled another case that looks like this same bug, and in addition to the "Ceylon backend error"s, it spews a `CompilerBugException` stack trace. The code: ```ceylon shared interface...