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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0214-16.cs
blob
8d4a66405634931a45e77d74f1365358ee021d64
1
// CS0214: Pointers and fixed size buffers may only be used in an unsafe context
2
// Line: 8
3
4
public class
G
<
T
> {}
5
6
abstract class
A
7
{
8
public abstract
G
<
int
*[]>
Foo1
();
9
}