From dceda6e34775cf59ebcd94b7d47427a8e67c3e25 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Thu, 26 Jan 2006 09:32:34 +0000 Subject: Added Martin's additional test cases. --- test/files/pos/bug514.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test/files/pos/bug514.scala (limited to 'test/files/pos/bug514.scala') diff --git a/test/files/pos/bug514.scala b/test/files/pos/bug514.scala new file mode 100755 index 0000000000..0b7b9ac009 --- /dev/null +++ b/test/files/pos/bug514.scala @@ -0,0 +1,7 @@ +object Test extends Application { + object Truc { + override def toString() = "oui" + def toString(bool: Boolean) = "chaispas" + } + val tata: String = Truc.toString +} -- cgit v1.2.3