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
for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git]
/
mcs
/
errors
/
cs0029-3.cs
blob
5e1616555f09b2c3fdd585561badad0d07cb76db
1
// CS0029: Cannot implicitly convert type `string' to `int'
2
// Line : 7
3
4
public class
Blah
{
5
6
public enum
MyEnum
{
7
Foo
=
"foo"
,
8
Bar
9
}
10
11
public static void
Main
()
12
{
13
}
14
}