From 089cc9fee43a84ce4b93bf3c51b22136216bd831 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 25 Nov 2012 14:19:43 -0800 Subject: Fix for SI-6712, bug in object lifting. --- test/files/pos/t6712.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/t6712.scala (limited to 'test') diff --git a/test/files/pos/t6712.scala b/test/files/pos/t6712.scala new file mode 100644 index 0000000000..3c96eb14fb --- /dev/null +++ b/test/files/pos/t6712.scala @@ -0,0 +1,5 @@ +class H { + object O + + def foo() { object O } +} -- cgit v1.2.3