Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 @property int data() | |
| 2 @disable this(); | |
| 3 | |
| 4 ---------------------------------------------------- | |
| 5 | |
| 6 [ | |
| 7 ["property", "@property"], | |
| 8 ["keyword", "int"], | |
| 9 ["function", "data"], ["punctuation", "("], ["punctuation", ")"], | |
| 10 ["property", "@disable"], | |
| 11 ["keyword", "this"], ["punctuation", "("], ["punctuation", ")"], | |
| 12 ["punctuation", ";"] | |
| 13 ] | |
| 14 | |
| 15 ---------------------------------------------------- | |
| 16 | |
| 17 Check for properties. | |
| OLD | NEW |