Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for issue7035 (0.15 sec)

  1. src/internal/types/testdata/check/issues0.go

    // license that can be found in the LICENSE file.
    
    package p // don't permit non-interface elements in interfaces
    
    import (
    	"fmt"
    	syn "regexp/syntax"
    	t1 "text/template"
    	t2 "html/template"
    )
    
    func issue7035() {
    	type T struct{ X int }
    	_ = func() {
    		fmt.Println() // must refer to imported fmt rather than the fmt below
    	}
    	fmt := new(T)
    	_ = fmt.X
    }
    
    func issue8066() {
    	const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. src/go/internal/gcimporter/testdata/issue57015.go

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package issue57015
    
    type E error
    
    type X[T any] struct {}
    
    func F() X[interface {
    	E
    }] {
    	panic(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 07 03:45:50 UTC 2022
    - 263 bytes
    - Viewed (0)
  3. test/fixedbugs/issue10135.go

    Shenghou Ma <******@****.***> 1426090070 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 12 00:08:38 UTC 2015
    - 597 bytes
    - Viewed (0)
  4. test/fixedbugs/issue10353.go

    David Chase <******@****.***> 1427402175 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 13:47:20 UTC 2015
    - 917 bytes
    - Viewed (0)
  5. test/fixedbugs/issue6036.go

    Dmitri Shuralyov <******@****.***> 1697569678 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 652 bytes
    - Viewed (0)
  6. test/fixedbugs/issue6703i.go

    Robert Griesemer <******@****.***> 1663818720 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 23 20:27:09 UTC 2022
    - 407 bytes
    - Viewed (0)
  7. test/fixedbugs/issue6703k.go

    Robert Griesemer <******@****.***> 1663818720 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 23 20:27:09 UTC 2022
    - 359 bytes
    - Viewed (0)
  8. test/fixedbugs/issue6703m.go

    Robert Griesemer <******@****.***> 1663818720 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 23 20:27:09 UTC 2022
    - 437 bytes
    - Viewed (0)
  9. test/fixedbugs/issue6703p.go

    Robert Griesemer <******@****.***> 1663818720 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 23 20:27:09 UTC 2022
    - 404 bytes
    - Viewed (0)
  10. test/fixedbugs/issue6703s.go

    Robert Griesemer <******@****.***> 1663818720 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 23 20:27:09 UTC 2022
    - 370 bytes
    - Viewed (0)
Back to top