Don't use C-style cast.
I thought Type{valueOfOtherPrimitiveType} is a fancy way of doing static cast. It's not. In fact, it's the same as (Type)valueOfOtherType. Bug: 241599082 Test: make -k100 tidy-hardware-interfaces-radio Change-Id: I85ddbe54601b9111030013be85226b90f3d2fe6f
Loading
Please register or sign in to comment