Use raw type when computing `ClassId` The `ClassId` only cares about the JVM class tag, not type arguments. We therefore use `rawType` to save the redundant work of passing in the full text `<...>` containing the type arguments then discarding it afterwards. Bug: n/a Test: existing Change-Id: Iffa40381698b7a7dd6d991a7a225cdee7aa0cc62
This project contains: