fixed an initial value handling bug and implemented getter and setter generation when a variable is set with #get and/or #set
This commit is contained in:
@ -40,8 +40,8 @@ class TestObject(Object)
|
||||
|
||||
class B.TestObject(Object)
|
||||
{
|
||||
dcl(#class) Q, R.
|
||||
dcl(#classinst) a1, a2.
|
||||
var(#class) Q, R.
|
||||
var(#classinst) a1, a2.
|
||||
|
||||
method test000
|
||||
{
|
||||
|
Reference in New Issue
Block a user