blob: f7b8062595df0afe95d3a8c49c96164c5745bf2a [file] [log] [blame]
>>> (indent 6)
main() {
HInstruction result = new HInvokeDynamicMethod(
selector,
input.instructionType, // receiver mask.
<
HInstruction>[input, input], // [interceptor, receiver].
toStringType)..sourceInformation = node.sourceInformation;
return result;
}
<<<
main() {
HInstruction result = new HInvokeDynamicMethod(
selector,
input.instructionType, // receiver mask.
<HInstruction>[input, input], // [interceptor, receiver].
toStringType)
..sourceInformation = node.sourceInformation;
return result;
}