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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
errors
/
cs0308-3.cs
blob
140d3af9f1f773a95290a6e81373ed46cacf405d
1
// CS0308: The non-generic type `System.DateTime' cannot be used with the type arguments
2
// Line: 8
3
4
using
System
;
5
6
class
X
7
{
8
DateTime
<
int
>
now
;
9
}