1 2 3 4 5 6 7 8 9 10 11
function test2() local i = Input.new "tests/test1.lua" i:open() i:close() i:destroy() i = Input.new "tests/test1.lua" i = nil collectgarbage() end