`TextRef.stringRes(R.string.xzy)` is valid. But what happen if `R.string.xzy` has placeholders? It will crash 馃挜 . Maybe we can add a lint rule which checks these.
TextRef.stringRes(R.string.xzy)is valid.But what happen if
R.string.xzyhas placeholders?It will crash 馃挜 .
Maybe we can add a lint rule which checks these.