`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.