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
/
cs1964.cs
blob
f92b13995576b43744bf416d47e50ea5fa301f05
1
// CS1964: User-defined conversion `C.implicit operator C(dynamic)' cannot convert to or from the dynamic type
2
// Line: 6
3
4
class
C
5
{
6
public static implicit operator
C
(
dynamic
d
)
7
{
8
}
9
}