blob: 07433a475f9b92e3e80066bb7f903fc4831c5b59 [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;
}