Message from discussion
Compiler error: "Unexpected operator for unary expression"
Received: by 10.35.39.2 with SMTP id r2mr1495625pyj;
Tue, 15 Aug 2006 16:48:28 -0700 (PDT)
Received: from 66.192.134.33 by i42g2000cwa.googlegroups.com with HTTP;
Tue, 15 Aug 2006 23:48:27 +0000 (UTC)
From: "Scott Blum" <sco...@google.com>
To: "Google Web Toolkit" <Google-Web-Toolkit@googlegroups.com>
Subject: Re: Compiler error: "Unexpected operator for unary expression"
Date: Tue, 15 Aug 2006 16:48:27 -0700
Message-ID: <1155685707.358862.246080@i42g2000cwa.googlegroups.com>
In-Reply-To: <1155685297.697661.54680@75g2000cwc.googlegroups.com>
References: <1155675873.918018.254180@m79g2000cwm.googlegroups.com>
<1155685297.697661.54680@75g2000cwc.googlegroups.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Actually, before you do that, see if you're using a (no really, I'm
serious) unary plus operator somewhere in your code. Something like:
x = +y;
D'OH! I can't believe I missed this case. Actually, I guess I can
since the operator doesn't actually *do* anything.
--red-faced Scott