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: 004da56aaa500f09080658e2d5f9519cbdc89691 (plain)
1
2
3
4
5
6
7
// CS1013: Invalid number
// Line : 6

class X
{
    static int i = 0x;
}