``` if 1 as f32 < 2. ``` prints out the error message ``` expected type, found token LIT_INT_UNSUFFIXED(2i64) ``` However, `>`, `==`, and `!=` do the right thing.