Files
cell/vm_test/go_method.txt
2026-02-05 10:21:16 -06:00

3 lines
56 B
Plaintext

var o = {m: function() { 1 }}
function f() { go o.m() }