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] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-309.cs
blob
7b3f74c2b0371779580c2cc978e7ffcd78dee1ae
1
namespace
MonoBASIC
{
2
enum
Token
{
3
EOF
4
}
5
public class
Parser
{
6
public static void
Main
()
7
{
8
}
9
public class
StateMachine
{
10
public enum
Token
{
11
ONE
12
}
13
14
public void
HandleToken
(
Token tok
)
15
{
16
}
17
18
}
19
}
20
}