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
/
cs0229-4.cs
blob
65a761935112c2da8f7a16a0631c8a1a11bf2f13
1
// CS0229: Ambiguity between `TestLib.FOO()' and `TestLib.FOO'
2
// Line: 9
3
// Compiler options: -r:CS0229-4-lib.dll
4
5
public class
Test
6
{
7
public static void
Main
()
8
{
9
System
.
Console
.
WriteLine
(
TestLib
.
FOO
);
10
}
11
}