Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)
[mono-project.git] / mcs / errors / cs1013-5.cs
blob8082743c0b5f6ee432b60dda4210c0ded8ff110b
1 // CS1013: Invalid number
2 // Line : 6
4 class X
6 static int i = 1_e1;