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
/
cs0518.cs
blob
6b7e92e3216d9b6d706fe0ce86fbe8c20dfedba9
1
// CS0518: The predefined type `System.Object' is not defined or imported
2
// Line: 0
3
// Compiler options: -nostdlib
4
5
class
MainClass
6
{
7
public static void
Main
()
8
{
9
}
10
}