Implement MachineKey.Protect and MachineKey.Unprotect
[mono.git] / mcs / errors / cs1692.cs
1 // CS1692: Invalid number
2 // Line: 5
3 // Compiler options: -warnaserror
4
5 #pragma warning disable AAA
6 class MainClass {
7 }