blob: bbf20b22da44f274edb11b17725eb42985859cd5 [file] [log] [blame]
package a.b.c
import org.*
class A { <caret>
def foo() {
switch (k){
}
}
}
-----
abstract
boolean
byte
char
class
def
double
enum
final
float
int
interface
long
native
private
protected
public
short
static
strictfp
synchronized
trait
transient
void
volatile