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
/
cs0626-7.cs
blob
c8a561e960b5cfb9a8eea0597828b2e22e34f924
1
// CS0626: `A.~A()' is marked as an external but has no DllImport attribute. Consider adding a DllImport attribute to specify the external implementation
2
// Line: 7
3
// Compiler options: -warnaserror
4
5
public sealed class
A
6
{
7
extern
~
A
();
8
}