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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0433.cs
blob
0f5aca85241260a726ff2f4a9628c10819c1079f
1
// CS0433: The imported type `N.Lib' is defined multiple times
2
// Line: 9
3
// Compiler options: -r:CS0433-lib.dll -r:CS0433-2-lib.dll
4
5
using
N
;
6
7
public class
Test
:
Lib
8
{
9
public static void
Main
() {}
10
}