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
add comment
[mcs.git]
/
tests
/
test-414-lib.cs
blob
7bdbb1cddde39b737e07d47bc067f7406ec3a619
1
// Compiler options: -t:library
2
//
3
// First file of a 2-test file to check for #69361
4
//
5
public class
AA
6
{
7
internal protected virtual string
Data
{
8
get
{ return null; }
9
}
10
}