Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / jsbuilder / tests / parser / after3.js
diff --git a/jsbuilder/tests/parser/after3.js b/jsbuilder/tests/parser/after3.js
new file mode 100644 (file)
index 0000000..87430bb
--- /dev/null
@@ -0,0 +1,9 @@
+    if (someCondition) {
+        throw new Error("Some error");
+    }
+
+    if (someCondition) {
+        console.warn("Some warning");
+    }
+
+