remove debug writelines
[mcs.git] / errors / cs0031-2.cs
blobc4e647ccae4baf130bbcb41bac7b3df926b24722
1 // cs0031-2.cs: Constant value `-1' cannot be converted to a `byte'
2 // Line: 9
4 public class Test
6 public static void Main()
8 byte b = -1;