blob: f1b9aafc0ae83ecd3db429ab80c4046da1792a8f [file] [log] [blame]
package p1.p2;
public class TestCode {
public void test() {
int x = R.layout.layout;
int y = R.id.label;
int z = R.string.app_name;
}
}