Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public abstract interface Test
- {
- public abstract void a();
- public abstract void b();
- @Metadata(mv={1, 1, 2}, bv={1, 0, 1}, k=3)
- public static final class DefaultImpls
- {
- public static void b(Test $this)
- {
- String str = "hi";System.out.println(str);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment