blob: 17016004afc782471121aa72eff17822f7123d7f [file] [log] [blame]
package test.pkg;
import android.app.*;
import android.view.*;
import android.widget.*;
public class WrongCastActivity3 extends Activity {
private void test() {
final Checkable check = (Checkable) findViewById(R.id.additional);
}
}