github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/zrealm_crossrealm7.gno (about)

     1  // PKGPATH: gno.land/r/crossrealm_test
     2  package crossrealm_test
     3  
     4  import (
     5  	"gno.land/p/demo/tests"
     6  )
     7  
     8  func main() {
     9  	tests.ModifyTestRealmObject2a()
    10  	println("done")
    11  }
    12  
    13  // Error:
    14  // cannot modify external-realm or non-realm object