()
| 1125 | } |
| 1126 | |
| 1127 | @Override |
| 1128 | public WyilFile.Type.Property getType() { |
| 1129 | return new WyilFile.Type.Property(project(getParameters())); |
| 1130 | } |
| 1131 | |
| 1132 | @SuppressWarnings("unchecked") |
| 1133 | public Tuple<Expr> getInvariant() { |
nothing calls this directly
no test coverage detected