7 lines
159 B
C#
7 lines
159 B
C#
|
// CS0619-43: `Error.C' is obsolete: `Obsolete constant'
|
||
|
// Line: 6
|
||
|
// Compiler options: -reference:CS0619-43-lib.dll
|
||
|
|
||
|
class A {
|
||
|
public decimal C = Error.C;
|
||
|
}
|