blob: ecb973ef8aae27965c924e44e5ad3fb0b301b28f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef ToValue<contravariant T extends core::Object? = dynamic> = (T%) void;
static method test() dynamic
;