blob: ff425daccb7b386555ae8c085b3799b480463a4d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
static method oracle<T extends core::Object = dynamic>([self::oracle::T t]) dynamic
;
static method testIfElement(dynamic dynVar, core::List<core::int> listInt, core::List<core::double> listDouble, core::Map<core::String, core::int> mapToInt, core::Map<core::String, core::double> mapToDouble) dynamic
;
static method testIfElementErrors(core::Map<core::int, core::int> map) dynamic
;
static method testForElement(dynamic dynVar, core::List<core::int> listInt, core::List<core::double> listDouble, core::int index, core::Map<core::String, core::int> mapStringInt, core::Map<core::String, core::double> mapStringDouble) dynamic
;
static method testForElementErrors(core::Map<core::int, core::int> map, core::List<core::int> list) dynamic
;
static method testForElementErrorsNotAsync(asy::Stream<core::int> stream) dynamic
;
static method main() dynamic
;