* Project.cs (DoLoad): If a VS2003 project is detected, then throw
[mcs.git] / errors / cs1012.cs
blob61e65b63a880287ae56122faebf122e7eb3806ca
1 // cs1012: Too many characters in character literal
2 // Line: 5
4 class x {
5 char x = 'xx';