class WrapperClass { | |
int abstract = 42; | |
int as = 42; | |
int assert = 42; | |
int async = 42; | |
int await = 42; | |
int break = 42; | |
int case = 42; | |
int catch = 42; | |
int class = 42; | |
int const = 42; | |
int continue = 42; | |
int covariant = 42; | |
int default = 42; | |
int deferred = 42; | |
int do = 42; | |
int dynamic = 42; | |
int else = 42; | |
int enum = 42; | |
int export = 42; | |
int extends = 42; | |
int extension = 42; | |
int external = 42; | |
int factory = 42; | |
int false = 42; | |
int final = 42; | |
int finally = 42; | |
int for = 42; | |
int Function = 42; | |
int get = 42; | |
int hide = 42; | |
int if = 42; | |
int implements = 42; | |
int import = 42; | |
int in = 42; | |
int inout = 42; | |
int interface = 42; | |
int is = 42; | |
int late = 42; | |
int library = 42; | |
int mixin = 42; | |
int native = 42; | |
int new = 42; | |
int null = 42; | |
int of = 42; | |
int on = 42; | |
int operator = 42; | |
int out = 42; | |
int part = 42; | |
int patch = 42; | |
int required = 42; | |
int rethrow = 42; | |
int return = 42; | |
int set = 42; | |
int show = 42; | |
int source = 42; | |
int static = 42; | |
int super = 42; | |
int switch = 42; | |
int sync = 42; | |
int this = 42; | |
int throw = 42; | |
int true = 42; | |
int try = 42; | |
int typedef = 42; | |
int var = 42; | |
int void = 42; | |
int while = 42; | |
int with = 42; | |
int yield = 42; | |
} |