CS-Notes/docs/_style/prism-master/tests/languages/d/property_feature.test

17 lines
420 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
@property int data()
@disable this();
----------------------------------------------------
[
["property", "@property"],
["keyword", "int"],
["function", "data"], ["punctuation", "("], ["punctuation", ")"],
["property", "@disable"],
["keyword", "this"], ["punctuation", "("], ["punctuation", ")"],
["punctuation", ";"]
]
----------------------------------------------------
Check for properties.