Skip to content

Commit

Permalink
tests: add minor test for type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Nov 13, 2024
1 parent 98b4a15 commit 6f85eb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/aliasing/basic.jule
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
type Func: fn(): (a: int, b: FuncTest)

struct FuncTest {
f: Func
}

type Integer: int

fn init() {
Expand Down

0 comments on commit 6f85eb2

Please sign in to comment.