repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[configure] Add new target.
[mono-project.git]
/
mcs
/
tests
/
test-primary-ctor-06.cs
blob
a92739ec96a38f76c169c1ca0c09428695a9441f
1
// Compiler options: -langversion:experimental
2
using
System
;
3
4
class
ID
() :
IDisposable
5
{
6
void
IDisposable
.
Dispose
()
7
{
8
}
9
}
10
11
class
X
12
{
13
public static void
Main
()
14
{
15
}
16
}