JSTQL-JS-Transform/output_files/test2.js
2024-05-28 22:33:51 +02:00

8 lines
150 B
JavaScript

async function lol() {
let a = 0;
return gc().then(async (b) => {
let c = 100;
let d = await l();
return 1;
});
}