|
Subject: Typo in Scala Language Specification Version 2.7 Newsgroups: gmane.comp.lang.scala Date: 2008-08-22 03:34:57 GMT (45 weeks, 2 days, 18 hours and 45 minutes ago) Hi. While reading Scala Language Specification, I found following description in '3.2.3 Type Designators': > A qualified type designator has the form p.t where p is a path (ยง3.1) and t is a type > name. Such a type designator is equivalent to the type projection p.type#x. I wonder if "p.type#x" is a typo of "p.type#t". Is it right ? -- Kota Mizushima e-mail: mizukota <at> gmail.com |
|
|