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
Make csproj target work again
[mcs.git]
/
errors
/
gcs0308-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
}