()
| 53 | var closeable = new AutoCloseable() { |
| 54 | |
| 55 | @Override |
| 56 | public void close() { |
| 57 | |
| 58 | } |
| 59 | }; |
| 60 | |
| 61 | // Project Coin: Allow final or effectively final variables to be used as resources in try-with-resources |
nothing calls this directly
no outgoing calls
no test coverage detected