Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for Shift3 (0.06 sec)

  1. src/cmd/compile/internal/types2/conversions.go

    // (correct!) refusal of the conversion. But the reported error is essentially
    // "cannot convert untyped float value to string", yet the correct error (per
    // the spec) is that we cannot shift a floating-point value: 1 in 1<<s should
    // be converted to UntypedFloat because of the addition of 1.0. Fixing this
    // is tricky because we'd have to run updateExprType on the argument first.
    // (go.dev/issue/21982.)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:51:00 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top