Open selvasamuel opened 5 years ago
The following code gives a parse error:
type T resource type T2 def fn(t: this.T2): Unit
Parse error: Encountered "def" at line 3, column 9. Was expecting: <INDENT> ... at location file test.wyt on line 2 column 25
The following code gives a parse error: