()
| 2847 | } |
| 2848 | |
| 2849 | @Override |
| 2850 | public Decl.Link<Decl.Callable> getLink() { |
| 2851 | return getBinding().getLink(); |
| 2852 | } |
| 2853 | |
| 2854 | @Override |
| 2855 | public Decl.Binding<Type.Callable,Decl.Callable> getBinding() { |
nothing calls this directly
no test coverage detected