Details
Description
This program causes the compiler to throw a syntax error. However it should be a semantic error.
public class B { public void Test() { new NotExist() } }
This program causes the compiler to throw a syntax error. However it should be a semantic error.
public class B { public void Test() { new NotExist() } }