Skip to content

Commit a209ce6

Browse files
committed
review
1 parent c2bc6c2 commit a209ce6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/testdata/gochecksumtype.go

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
//golangcitest:args -Egochecksumtype
22
package testdata
33

4-
import (
5-
"log"
6-
)
7-
84
//sumtype:decl
95
type SumType interface{ isSumType() }
106

@@ -29,8 +25,6 @@ func sumTypeTest() {
2925
panic("??")
3026
}
3127

32-
log.Println("??")
33-
3428
switch sum.(type) {
3529
case One:
3630
case Two:

0 commit comments

Comments
 (0)