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 #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0246-33.cs
blob
c656f7555a5604fcfa1f22879729671cef958e85
1
// CS0246: The type or namespace name `dynamic' could not be found. Are you missing an assembly reference?
2
// Line: 4
3
4
using static dynamic
;