summaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr126355/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs152/pr126355/Test.java')
-rw-r--r--tests/bugs152/pr126355/Test.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs152/pr126355/Test.java b/tests/bugs152/pr126355/Test.java
new file mode 100644
index 000000000..a87128f1e
--- /dev/null
+++ b/tests/bugs152/pr126355/Test.java
@@ -0,0 +1,5 @@
+public class Test {
+ public static void main (String args[]) {
+ Pair<String,String> pair = new Pair<String,String>("one","two");
+ }
+}