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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs1535-2.cs
blob
b57810297bbddd370668ee72b68a0e91573c950c
1
// CS1535: Overloaded unary operator `implicit' takes one parameter
2
// Line: 6
3
4
public class
Test
5
{
6
public static implicit operator string
()
7
{
8
return null
;
9
}
10
}