summaryrefslogtreecommitdiff
path: root/test/files/pos/t3349/TupleSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3349/TupleSet.java')
-rw-r--r--test/files/pos/t3349/TupleSet.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t3349/TupleSet.java b/test/files/pos/t3349/TupleSet.java
new file mode 100644
index 0000000000..14a073a950
--- /dev/null
+++ b/test/files/pos/t3349/TupleSet.java
@@ -0,0 +1,4 @@
+public interface TupleSet {
+ public void addColumn(String name, Class type);
+ public void addColumn(String name, String expr);
+} \ No newline at end of file