2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0078.cs
blob4561d861a73c6bcead913c5fac2181a53543daea
1 // cs0078.cs: The `l' suffix is easily confused with the digit `1' (use `L' for clarity)
2 // Line: 12
3 // Compiler options: -warnaserror -warn:4
5 using System;
7 class ErrorCS0078 {
8 public static void Main () {
9 long a = 1l;