JSTQL-JS-Transform/output_files/test2.js

9 lines
150 B
JavaScript
Raw Normal View History

2024-05-22 12:44:45 +00:00
async function lol() {
let a = 0;
return gc().then(async (b) => {
let c = 100;
let d = await l();
return 1;
});
}