blob: 7c2a464b11778adf961c84ed028e59ba025f95cc [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
static method testString() dynamic
;
static method testInt() dynamic
;
static method testBool() dynamic
;
static method testDouble() dynamic
;
static method testNull() dynamic
;
static method testList() dynamic
;
static method testMap() dynamic
;
static method testSymbol() dynamic
;
static method main() dynamic
;