// 15. BAD TYPE: operator type errors and correct expressions
class Program
{
int a[10];
int i;
boolean b;
void main()
{
i = 25 + a[1] != false;
i = 25 * a;
b = true > false;
b = true !
// All of the Espresso tokens. This should SUCCEED, with everything but
// true and false parsing as keywords.
boolean
callout
class
else
extends
false
if
int
new
null
return
this
true
void
while