From 2d865327a993bf0a75a9a75be45258070bf66c76 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 6 Mar 2012 09:45:56 +0100 Subject: #SI-5546 fixed: refine refined typing for getClass --- test/files/pos/t5546.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/t5546.scala (limited to 'test/files/pos/t5546.scala') diff --git a/test/files/pos/t5546.scala b/test/files/pos/t5546.scala new file mode 100644 index 0000000000..4b0b0589b6 --- /dev/null +++ b/test/files/pos/t5546.scala @@ -0,0 +1 @@ +class A { def foo: Class[_ <: A] = getClass } \ No newline at end of file -- cgit v1.2.3