Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/* globals f0 */
function f1() {
/* head */
"1";
/* mid */
"2";
/* tail */
}
function f2() {
// head
// mid
// tail
function f3() {
if ("1") { // begin block
"2"; // trailing
if (/* s */"3"/*e*/) {
"4";