2014-09-04 09:07:35 +01:00
|
|
|
// C0103: The name `s' does not exist in the current context
|
|
|
|
// Line: 7
|
2015-04-07 09:35:12 +01:00
|
|
|
// Compiler options: -langversion:experimental
|
2014-09-04 09:07:35 +01:00
|
|
|
|
|
|
|
class Test(string s)
|
|
|
|
{
|
|
|
|
public Test ()
|
|
|
|
: this (s)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|