blob: 3f6267c10f9fe4a1f80f2ea0494ccb9aa63a7672 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method method(core::int? a, core::int? b) dynamic {
core::int j = let final core::int? #t1 = a in #t1 == null ?{core::int} a = 0 : #t1{core::int};
b == null ?{core::int?} b = 0 : null;
}