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
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs1521-2.cs
blob
68cd7f7cd1a10a42631ed01672b7e86fc9562bdc
1
// CS1521: Invalid base type `C*'
2
// Line: 9
3
// Compiler options: -unsafe
4
5
struct
C
6
{
7
}
8
9
unsafe class
C2
:
C
*
10
{
11
}