mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Fixes for type initializer blocks
This commit is contained in:
parent
9cd47a784b
commit
34dcd47dd5
6 changed files with 98 additions and 11 deletions
|
@ -49,6 +49,27 @@ extension LibClassA
|
|||
}
|
||||
}
|
||||
|
||||
namespace LibA
|
||||
{
|
||||
extension LibA3
|
||||
{
|
||||
public int mB = 7;
|
||||
|
||||
this
|
||||
{
|
||||
mA += 10;
|
||||
}
|
||||
}
|
||||
|
||||
extension LibA4
|
||||
{
|
||||
this
|
||||
{
|
||||
mA += 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static
|
||||
{
|
||||
public static int Overload0(int16 a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue