[nem-en] Parse error on !@type

Paul Bludov pbludov at gmail.com
Sun Jan 21 05:17:03 CET 2007


What wrong with this code:

public m(@type : System.Type) : void {

  when (!@type.FullName.StartsWith("Sy"))
    Console.WriteLine(@type.FullName);
}

It fails to compile with "parse error near operator '!@': expecting 
expression".




More information about the devel-en mailing list