mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
struct literals
This commit is contained in:
parent
b52abed441
commit
39a995b765
6 changed files with 149 additions and 17 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue