[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1644-55.cs
blob58384a6f289bf5c17ab119e4d5ecc0621a25a0ae
1 // CS1644: Feature `byref locals and returns' cannot be used because it is not part of the C# 6.0 language specification
2 // Line: 9
3 // Compiler options: -langversion:6
5 class Text
7 static ref long Foo ()
9 throw new System.NotImplementedException ();