// C0103: The name `s' does not exist in the current context // Line: 7 class Test(string s) { public Test () : this (s) { } }