Compiler Error CS1035
End-of-file found, '*/' expected
An opening comment delimiter was not matched with a closing delimiter.
The following sample generates CS1035:
C#
// CS1035.cs
public class a
{
public static void Main()
{
}
}
/* // CS1035, needs closing comment
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: