From 593d685e4fa50cf087bfc89a208ed2c89d2407c1 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Thu, 24 Sep 2009 12:45:00 +0000 Subject: fixed #2290 and #2325 --- test/files/neg/names-defaults-neg-ref.check | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/files/neg/names-defaults-neg-ref.check (limited to 'test/files/neg/names-defaults-neg-ref.check') diff --git a/test/files/neg/names-defaults-neg-ref.check b/test/files/neg/names-defaults-neg-ref.check new file mode 100644 index 0000000000..ac37816762 --- /dev/null +++ b/test/files/neg/names-defaults-neg-ref.check @@ -0,0 +1,16 @@ +names-defaults-neg-ref.scala:3: error: in anonymous class $anon, multiple overloaded alternatives of method f define default arguments. +The members with defaults are defined in trait B2235 and trait A2235. + new A2235 with B2235 + ^ +names-defaults-neg-ref.scala:7: error: in class A, multiple overloaded alternatives of method foo define default arguments() +class A { + ^ +names-defaults-neg-ref.scala:17: error: in class C, multiple overloaded alternatives of method bar define default arguments. +The members with defaults are defined in class C and class B. +class C extends B { + ^ +names-defaults-neg-ref.scala:21: error: overriding method bar$default$1 in class B of type => String; + method bar$default$1 has incompatible type + def bar(i: Int = 129083) = i + ^ +four errors found -- cgit v1.2.3