| Issue 1: | "error: missing parameter type" when target type is type alias for function type |
1 of 5
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
Code: type z[a,b] = a => b def f : z[int,int] = i => i + 1 What is the expected output? What do you see instead? On trunk it works OK, but tcpoly complains "error: missing parameter type" at the "i" parameter. Contributed by Lauri Alanko
Mar 27, 2007
Project Member
#1
adria...@gmail.com
Status:
Fixed
|