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
/
cs1970.cs
blob
bc8c7f28876874f7271a19caf43d8ff9257182cd
1
// CS1970: Do not use `System.Runtime.CompilerServices.DynamicAttribute' directly. Use `dynamic' keyword instead
2
// Line: 4
3
4
[
System
.
Runtime
.
CompilerServices
.
Dynamic
]
5
static class
C
6
{
7
public static void
Test
(
int
i
)
8
{
9
}
10
}