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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-284.cs
blob
a4830a5c8c250d5917b4507ed7cdf30275d95903
1
public class
App
2
{
3
public static void
Main
()
4
{
5
object
a
=
uint
.
MaxValue
-
ushort
.
MaxValue
;
6
}
7
}