Ziaw / npad

Nemerle pad. Very simple nemerle IDE for language snippets fast run.
14 stars 8 forks source link

Example gives null reference exception #3

Closed ghost closed 12 years ago

ghost commented 12 years ago
using System;
using System.Console;

interface IPoint
{ 
    X : float {get;set;}
    Y : float {get;set;}
}

gives error (while in VS this example is goes):

System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта. в NPad.AppRunner.runProgram(MethodInfo entryPoint) в e:\OpenSource\Nemerle\NPad\NPad\AppRunner.n:строка 86