()
| 1061 | } |
| 1062 | |
| 1063 | @Override |
| 1064 | public WyilFile.Type.Property getType() { |
| 1065 | return new WyilFile.Type.Property(project(getParameters()), project(getReturns())); |
| 1066 | } |
| 1067 | |
| 1068 | @SuppressWarnings("unchecked") |
| 1069 | public Tuple<Expr> getRequires() { |
nothing calls this directly
no test coverage detected