aboutsummaryrefslogtreecommitdiffhomepage
path: root/errortest/slul-interfaces/with_typeident1.slul
blob: 1438088c13a69522f39dbf6f39ce60cc10485404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

\slul 0.0.0
\name with_typeident1
\type library
\version 1.0 unstable_api
\interface_depends with_type 1.0

func .typeident1_constructor() -> ClosedTypeInLib
# ERROR FILE <-- defined in: with_typeident1
func .ambiguous_constructor() -> ClosedTypeInLib
# ERROR FILE <-- defined in: with_typeident1
func ClosedTypeInLib.ambiguous_method()

#data ClosedTypeInLib .nested_typeident_in_withtypeident1 = (.x=567)
data ClosedTypeInLib .nested_typeident_onehidden = (.x=345)