Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RWS (3.82 sec)

  1. test/fixedbugs/issue15528.go

    	{Int(3), "main.Int 3 Int=3"},
    	{Int(int(Int(4))), "main.Int 4 Int=4"},
    	{Strunger(Int(5)), "main.Int 5 Int=5"},
    	{makeStringer(), "*main.RWS &main.RWS{} rws"},
    	{fmt.Stringer(nil), "<nil> <nil> %!s(<nil>)"},
    	{(*RWS)(nil), "*main.RWS (*main.RWS)(nil) rws"},
    }
    
    // Test correct handling of direct interface values
    var (
    	one  int         = 1
    	iptr interface{} = &one
    	clos int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 12 14:31:26 UTC 2016
    - 3.1K bytes
    - Viewed (0)
Back to top