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:
hyunghwan.chung
2017-06-07 04:46:14 +00:00
parent 34a5e0cab8
commit 307c43eb3e
2 changed files with 289 additions and 31 deletions

View File

@ -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
{