1 2 3 4 5 6 7 8 9 10 11 12 13
r#"public final class Test { public static native void f(@NonNull MyObserver a0); private Test() {} }"#; r#"public interface MyObserver { void onStateChanged(int x, @NonNull String s); }"#;