17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
|
@property int data()
|
||
|
@disable this();
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["property", "@property"],
|
||
|
["keyword", "int"],
|
||
|
["function", "data"], ["punctuation", "("], ["punctuation", ")"],
|
||
|
["property", "@disable"],
|
||
|
["keyword", "this"], ["punctuation", "("], ["punctuation", ")"],
|
||
|
["punctuation", ";"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Check for properties.
|