6 lines
98 B
C#
6 lines
98 B
C#
|
// CS1025 : Single-line comment or end-of-line expected
|
||
|
// Line: 6
|
||
|
|
||
|
#if RELEASE
|
||
|
#else DEBUG
|
||
|
#endif
|