| 199 | CbCallback callCallbackWithCallback(CbCallback cb); |
| 200 | |
| 201 | interface Int32CallbackX extends Callback { |
| 202 | public int callback(int arg); |
| 203 | } |
| 204 | Int32CallbackX returnCallback(); |
| 205 | Int32CallbackX returnCallbackArgument(Int32CallbackX cb); |
| 206 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…