Jere Sanisalo
Results
2
issues of
Jere Sanisalo
Nemerle was installed from NemerleSetup-net-4.0-v1.2.375.0.msi. Not sure if the title is 100% accurate, but anyhow, the following code: ``` nemerle public Test() : void { def test(v : int) :...
Compiler
Bug
Installed Nemerle was NemerleSetup-net-4.0-v1.2.375.0.msi. The following causes an internal compiler exception: ``` nemerle public abstract class CrashTest { public static V(_v : float) : CrashTest { null; } public static...