Fix "static stock" not working (bug 6174).
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
static stock Blah()
|
||||
{
|
||||
}
|
||||
|
||||
static stock void Blah2()
|
||||
{
|
||||
}
|
||||
|
||||
public main()
|
||||
{
|
||||
Blah();
|
||||
Blah2();
|
||||
}
|
||||
Reference in New Issue
Block a user