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
Warnings cleanup
[mcs.git]
/
tests
/
test-470.cs
blob
5c5aba149b186c8f95d39a009117f2a3d57b0357
1
// This code must be compilable without any warning
2
// Compiler options: -warnaserror -warn:4
3
4
class
X
5
{
6
public string
ASTNodeTypeName
7
{
8
get
9
{
10
return typeof
(
int
).
FullName
;;
11
}
12
}
13
}
14
15
class
Demo
{
16
static void
Main
()
17
{
18
}
19
}