Skip to content

Commit b555597

Browse files
Add type test
1 parent 4e6541c commit b555597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

building/tooling/analyzers/tags.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
126126
| `construct:throw` | Throw/raise an exception |
127127
| `construct:try` | Explicitly handle an exception |
128128
| `construct:type-inference` | Automatically infer the type of a value |
129+
| `construct:type-test` | Test if a value has a specific type |
129130
| `construct:varargs` | Allow passing in zero or more values for a parameter |
130131
| `construct:variable` | A variable |
131132
| `construct:virtual-method` | A virtual method |

0 commit comments

Comments
 (0)