Skip to content

Commit

Permalink
format test
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Sep 6, 2024
1 parent db307e7 commit eda53c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/positive/issue2999.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module issue2999;

type T := t;

fun : T := namedFun@{x := t};
fun : T :=
namedFun@{
x := t
};

namedFun (x : T) : T := t;

0 comments on commit eda53c0

Please sign in to comment.