aboutsummaryrefslogtreecommitdiffhomepage
path: root/errortest/slul-interfaces/with_type_diff1.slul
blob: c4640b2504c60ecba04628d4bd1b2255f05c2588 (plain)
1
2
3
4
5
6
7
8
9
10
11

\slul 0.0.0
\name with_type_diff1
\type library
\version 1.0 unstable_api

# Same name as in with_type_diff2. But this is considered a different type!
type DiffType = closed struct {
    int x
}

func .local_constructor() -> DiffType