repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
test-414.cs
blob
9a5710c7a0b659900bdb56fad4b4bcd87d2b53a4
1
// Compiler options: -r:test-414-lib.dll
2
public class
BB
:
AA
3
{
4
protected override string
Data
{
5
get
{ return null; }
6
}
7
public static void
Main
() {}
8
}