Files
OnJava8/docs/_style/prism-master/tests/languages/d/property_feature.test
2019-03-30 20:31:44 +08:00

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.