blob: 9c7d4d22621e035fd0d97a91c09bcc3bbba08e57 [file] [log] [blame]
package a.b.c
<caret>import org.*
class A {
def foo() {
switch (k){
}
}
}
-----
abstract
assert
boolean
byte
char
class
def
double
enum
false
final
float
for
if
import
int
interface
k
long
native
new
null
private
protected
public
return
short
static
strictfp
super
switch
synchronized
this
throw
trait
transient
true
try
void
volatile
while