blob: 8393849190b2c073f68f3cefb041848a69a5ee13 [file] [edit]
library;
import self as self;
import "dart:core" as core;
static method method(core::int? i) void {
assert(i == null, i{core::int}.{core::int::isEven}{core::bool});
}