Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -4,8 +4,8 @@ import extensions;
|
|||
|
||||
class MyClass
|
||||
{
|
||||
prop int X;
|
||||
prop string Y;
|
||||
int X : prop;
|
||||
string Y : prop;
|
||||
}
|
||||
|
||||
public program()
|
||||
|
|
@ -19,6 +19,6 @@ public program()
|
|||
|
||||
MyClass.__getProperties().forEach:(p)
|
||||
{
|
||||
console.printLine("o.",p,"=",cast MessageName(p).getPropertyValue(o))
|
||||
console.printLine("o.",p,"=",p.getPropertyValue(o))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue