[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1010-2.cs
blob0c3dbbf14644de79d0e667bfb235d463de59f6b4
1 // CS1010: Newline in constant
2 // Line: 6
4 class Foo
6 static char c ='
7 ';