Add a static analysis note

This commit is contained in:
Scott Richmond 2022-03-20 20:15:51 -04:00
parent 41e9b4d9dd
commit 98530b0f0f

View File

@ -17,5 +17,6 @@
* Enforce single-member tuple after called keywords * Enforce single-member tuple after called keywords
* Placeholders may only appear in tuples in synthetic expressions * Placeholders may only appear in tuples in synthetic expressions
* Each of these may have zero or one placeholders * Each of these may have zero or one placeholders
* Function arities are correct
* Arity of called keywords must be 1 * Arity of called keywords must be 1
") ")