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
Merge pull request #15293 from lewing/wasm-clean
[mono-project.git]
/
mcs
/
tests
/
test-470.cs
blob
1dc30703d7c6369a56965d9c97c92f244cc15680
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
public static void
Main
()
17
{
18
}
19
}