File tree Expand file tree Collapse file tree 20 files changed +20
-20
lines changed
Expand file tree Collapse file tree 20 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package eof1
88
99// No newline at the end of this comment.
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug063
88const c = 0 ^ 0
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug066
88
99type Scope struct {
1010 entries map [string ] * Object ;
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug071
88
99type rat struct {
1010 den int ;
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug109
88
99func f (a float64 ) float64 {
1010 e := 1.0
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug118
88
99func Send (c chan int ) int {
1010 select {
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug150
88
99type T int
1010func (t T ) M ()
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug151
88
99type S string
1010
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug219
88
99func f (func ()) int { return 0 }
1010
Original file line number Diff line number Diff line change 44// Use of this source code is governed by a BSD-style
55// license that can be found in the LICENSE file.
66
7- package main
7+ package bug232
88type I interface { X (... int ) }
You can’t perform that action at this time.
0 commit comments