Issue #218
pure virtual indentation
| Status: | Closed | Start date: | 02/19/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Michael McNamara | % Done: | 100% |
|
| Category: | Indents | |||
| Target version: | - |
Description
pure virtual functions indent wrong, because they don't have endfunctions (yuk, I know).
// pure virtual functions have no endfunction.
virtual class pure_virt_func_class;
pure virtual function string pure_virt_func();
pure virtual function string pure_virt_func();
pure virtual function string pure_virt_func();
endclass
History
Updated by Michael McNamara about 2 years ago
- Status changed from New to Assigned
- % Done changed from 0 to 20
It seems this is IEEE 1800-2009 syntax? I am getting a copy of the manual...
Updated by Michael McNamara almost 2 years ago
- Status changed from Assigned to Closed
- % Done changed from 20 to 100
Fixed with version 621
Also available in: Atom
![[logo]](/img/veripool_small.png)