mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
Tests for split global with explicit reference
This commit is contained in:
parent
c11449f9db
commit
e6f722bf7a
4 changed files with 26 additions and 1 deletions
|
@ -32,4 +32,15 @@ static
|
|||
{
|
||||
return 3;
|
||||
}
|
||||
}
|
||||
|
||||
namespace LibSpace
|
||||
{
|
||||
static
|
||||
{
|
||||
public static int MethodA()
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue