blob: 711370522e7a8e8c07ec9c18191d455ceee3c08c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method method1([dynamic a = #C3, dynamic b = #C6]) → void {
(0, 1);
(#C4, {c: "foo"});
}
static method method2({dynamic a = #C3, dynamic b = #C6}) → void {
(core::_GrowableList::•<core::String>(0), {c: "foo"});
}
constants {
#C1 = 0
#C2 = 1
#C3 = (#C1, #C2)
#C4 = <core::String>[]
#C5 = "foo"
#C6 = (#C4, {c:#C5})
}
Extra constant evaluation status:
Evaluated: RecordLiteral @ org-dartlang-testcase:///structurally_constant.dart:6:3 -> RecordConstant(const (0, 1))
Evaluated: RecordLiteral @ org-dartlang-testcase:///structurally_constant.dart:7:3 -> RecordConstant(const (const <String>[], {c: "foo"}))
Extra constant evaluation: evaluated: 4, effectively constant: 2