blob: b7fbee91bc02ce56b308461a5a6bbf6f6c7e181e (
plain)
1
2
3
4
5
6
7
8
|
# Conventions for the class fields templates and cases
Templates should produce a class named `C` and instantiate it to an object named `c`.
## Known template fields:
* fields: it should contain the list of class fields, inserted in the class body. Please, avoid closing a field with a trailing semi-colon, this might prevent ASI checks properly.
* assertions: it should contain the assertions to run after the class object is instantiated.
|