2015-04-07 09:35:12 +01:00
|
|
|
// CS8037: `S.S(long)': Instance constructor of type with primary constructor must specify `this' constructor initializer
|
2014-08-13 10:39:27 +01:00
|
|
|
// Line: 6
|
2015-04-07 09:35:12 +01:00
|
|
|
// Compiler options: -langversion:experimental
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
class S (int arg)
|
|
|
|
{
|
|
|
|
public S (long l)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|