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
use MOONLIGHT symbol
[mcs.git]
/
errors
/
gcs1103.cs
blob
c4fd2c90fdceb287c5ca6cef595b586969840aea
1
// CS1103: The extension method cannot be of type `int*'
2
// Line: 7
3
// Compiler options: -unsafe
4
5
static class
S
6
{
7
unsafe static void
Foo
(
this int
*
iptr
)
8
{
9
}
10
}