From c2f67d2e14f90b0bda1bc2ae7245d104e7d0087b Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Tue, 17 May 2016 08:33:46 +0200 Subject: Move t8449 to correct place Follow-up for https://github.com/scala/scala/pull/4117 --- test/files/t8449/Client.scala | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/files/t8449/Client.scala (limited to 'test/files/t8449/Client.scala') diff --git a/test/files/t8449/Client.scala b/test/files/t8449/Client.scala deleted file mode 100644 index 5d273f06b2..0000000000 --- a/test/files/t8449/Client.scala +++ /dev/null @@ -1,3 +0,0 @@ -object Client { - def foo: Any = new Test().foo -} -- cgit v1.2.3