repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs0577-2.cs
blob
c8e9850335bb1c47a0953541d7152caa8d13db40
1
// cs0577-2.cs: Conditional not valid on `MainClass.~MainClass()' because it is a constructor, destructor, operator or explicit interface implementation
2
// Line: 5
3
4
class
MainClass
{
5
[
System
.
Diagnostics
.
Conditional
(
"DEBUG"
)]
6
~
MainClass
() {}
7
8
public static void
Main
() {}
9
}