struct literals

This commit is contained in:
nora 2023-07-27 22:00:04 +02:00
parent b52abed441
commit 39a995b765
6 changed files with 149 additions and 17 deletions

View file

@ -12,9 +12,12 @@ import { exec } from "child_process";
const input = `
type Uwu = (
meow: String,
oops: Int,
aaa: (),
);
function main(a: Int, b: Uwu) = ();
function aa(a: Int, b: Uwu): Uwu = Uwu {meow: "",oops:0,aaa:()};
function main() = ();
`;
function main() {