Results 1 issues of yoje

Inheriting MarshalledContext.Key in java has compile-time error ### Expected behavior Inheriting MarshalledContext.Key in java as follows: ```java public class Test { static class Impl extends MarshalledContext.Key { public Impl() {...