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
[bcl] Update BCL Linked Size
[mono-project.git]
/
mcs
/
errors
/
cs1644-49.cs
blob
62c8757e2790b249b81805d2e69cc89608ff0678
1
// CS1644: Feature `using static' cannot be used because it is not part of the C# 5.0 language specification
2
// Line: 5
3
// Compiler options: -langversion:5
4
5
using static
System
;