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
/
cs1566.cs
blob
5bdfc49387d2e0498c4fff395cb1fc9286861b03
1
// CS1566: Error reading resource file `1'
2
// Line: 0
3
// Compiler options: -res:1,A
4
5
class
C
6
{
7
public static void
Main
() {}
8
}
9
10