From 16d3cf1f8f22c04559145b35bb5f6c0aacfb0d8c Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 23 Jul 2007 18:22:29 +0000 Subject: many bug fixes; short syntax for structural types. --- test/files/run/withIndex.check | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run/withIndex.check') diff --git a/test/files/run/withIndex.check b/test/files/run/withIndex.check index 6a9c7aaadb..e8060bb1d7 100644 --- a/test/files/run/withIndex.check +++ b/test/files/run/withIndex.check @@ -1,3 +1,5 @@ +warning: there were unchecked warnings; re-run with -unchecked for details +one warning found List((a,0), (b,1), (c,2)) List((a,0), (b,1), (c,2)) List((a,0), (b,1), (c,2)) -- cgit v1.2.3