unittest file
[swftools.git] / lib / as3 / err / bogusimport.as
diff --git a/lib/as3/err/bogusimport.as b/lib/as3/err/bogusimport.as
new file mode 100644 (file)
index 0000000..cbe26ec
--- /dev/null
@@ -0,0 +1,3 @@
+package abc {
+    import some.nonexisting.package.MyClass;
+}