mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
cleanup
This commit is contained in:
parent
9ece18a48a
commit
9f3e728e79
4 changed files with 9 additions and 25 deletions
10
src/index.ts
10
src/index.ts
|
|
@ -28,7 +28,15 @@ function uwu() = (
|
|||
/*-1*/
|
||||
);
|
||||
|
||||
function eat(a: A) = ;
|
||||
type B = {
|
||||
a: (Int, Int, Int, Int, Int),
|
||||
};
|
||||
|
||||
function test(b: B) = (
|
||||
b.a;
|
||||
);
|
||||
|
||||
function eat(a: A) =;
|
||||
`;
|
||||
|
||||
function main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue