* TabControl.cs: Change SetTab so it adds the tabpage to the list
[mono.git] / mcs / errors / cs1013.cs
1 // cs1013.cs: Invalid number
2 // Line : 6
3
4 class X
5 {
6     static int i = 0x;
7 }