blob: 975b7b253c474b343e672c5d7d307ef4a0f06525 [file] [log] [blame]
library;
import self as self;
import "org-dartlang-testcase:///issue39938_lib.dart";
static method main() dynamic
;
static method expect(dynamic expected, dynamic actual) dynamic
;
library;
import self as self2;
import "dart:core" as core;
extension Extension on core::bool* {
operator + = self2::Extension|+;
}
static method Extension|+(lowered final core::bool* #this, core::bool* other) → core::bool*
;