From 474b35ff0160c1174674757895e93818dc4f2f19 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 17 Mar 2014 18:06:58 +0100 Subject: Fix of t1123 - Unit discarding Need to do unit discarding also in selection prototypes. --- tests/untried/pos/t1123.scala | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/untried/pos/t1123.scala (limited to 'tests/untried/pos') diff --git a/tests/untried/pos/t1123.scala b/tests/untried/pos/t1123.scala deleted file mode 100644 index 3812fa3eb..000000000 --- a/tests/untried/pos/t1123.scala +++ /dev/null @@ -1,11 +0,0 @@ - -package test; -object Test { - class Editor { - private object extraListener { - def h : AnyRef = extraListener - } - def f = extraListener.h - } - def main(args : Array[String]) : Unit = (new Editor).f -} -- cgit v1.2.3