summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/reload/v2/code_reload_2.js
blob: f4690279b422f270b26879daa8305b88fa700ba6 (plain)
1
2
3
4
5
6
7
8
9
10
/* Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

function f() {
  console.log("The second version of the script");
}

f();