|
Relates :
|
The fragment "object..method()" should probably not report "malformed
floating point literal." The older compiler reported the more helpful
"<identifier> expected."
---------------------
class T {
void m() { object..method(); }
}
###@###.### 2004-09-17
|