Files
linux-packaging-mono/mcs/errors/cs1525-31.cs

8 lines
77 B
C#
Raw Normal View History

// CS1525: Unexpected symbol `float'
// Line: 6
namespace Bar
{
float a;
}