| [#350] | project: compiler | priority: high | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Stephane | Nikolay | fixed | 2004-07-15 13:26:16.0 | |
| subject | illegal inheritance error with Scala for .NET | |||
| code |
import System.Console;
object test with Application {
Console.WriteLine("Hello world!");
} |
|||
| what happened | illegal inheritance; java.lang.Object does not conform to scala.Application's suptertype System.Object |
|||
| what expected | Compiles with no error. | |||
| [back to overview] | ||||
| Stephane edited on 2004-07-28 10:57:03.0 |
| solved in 21-Jul-2004 build of the msil libraries |