Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1013.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 344da36470a8860f7fcfacaf858d679912dfda0b (plain)
1
2
3
4
5
6
7
// cs1013.cs: Invalid number
// Line : 6

class X
{
    static int i = 0x;
}