2014-08-13 10:39:27 +01:00
|
|
|
// CS0177: The out parameter `o' must be assigned to before control leaves the current method
|
|
|
|
// Line: 4
|
2015-04-07 09:35:12 +01:00
|
|
|
// Compiler options: -langversion:experimental
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
class Test(out int o)
|
|
|
|
{
|
|
|
|
}
|