blob: f92cf49160a9017e5bddabe887e0e5acb9d148fe [file] [log] [blame]
package p1.p2;
import android.content.Context;
public class ClassEscape {
public static void f(Context context) {
String s = context.getString(R.string.hello);
}
}