blob: afcd1e94c06226dae8083ebe7f84ca8e316a0c8d [file] [log] [blame]
class BaseLineService {
def service() {
if (true) {
} <caret>
}
}
String abc = 5
-----
assert
boolean
byte
char
double
else
false
float
for
int
long
new
null
return
short
super
switch
synchronized
this
throw
true
try
void
while