summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
blob: c91eee4ecf66caa5e4ffa792356a80b4f210bb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

struct Init {
	~int a, b
}

/; method Init

	/; set (int a)
		self.b` = a
	;/
	
;/