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
[Wasm] Fix memory override in mono_wasm_add_assembly
[mono-project.git]
/
mcs
/
tests
/
gtest-exmethod-42.cs
blob
37ba59d7554f88643bc4feeb028418337d1807cc
1
partial class
C
2
{
3
public static void
Foo
(
this int
t
)
4
{
5
}
6
}
7
8
static partial class
C
9
{
10
public static void
Foo
()
11
{
12
}
13
}
14
15
class
Test
16
{
17
public static void
Main
()
18
{
19
1
.
Foo
();
20
}
21
}