Home | History | Annotate | Download | only in bytecode
      1 package org.robolectric.internal.bytecode;
      2 
      3 public interface ShadowedObject {
      4   Object $$robo$getData();
      5 }
      6