github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/fun22.gno (about) 1 package main 2 3 import "time" 4 5 func main() { 6 time.Date() 7 } 8 9 // Error: 10 // main/files/fun22.gno:6: wrong argument count in call to time<VPBlock(2,0)>.Date; want 8 got 0