hands to uint64
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func TestOperationInterface(t *testing.T) {
|
||||
foo := func(*entity.Game, interface{}) int { return 0 }
|
||||
foo := func(*entity.Game, interface{}) uint64 { return 0 }
|
||||
var _ Int = foo
|
||||
bar := func(*entity.Game, interface{}) bool { return false }
|
||||
var _ Bool = bar
|
||||
|
||||
Reference in New Issue
Block a user