From 862a1ede4d416186a1753f8e682d16ffc98817a5 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Tue, 18 Sep 2012 15:10:19 +0200 Subject: test case closes SI-5418 Now, when the existential reification bug is fixed, I've been able to take a look at SI-5418, and, apparently, the problem with importers has fixed itself during these 9 months of the bug being active. --- test/files/run/t5418b.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/t5418b.check (limited to 'test/files/run/t5418b.check') diff --git a/test/files/run/t5418b.check b/test/files/run/t5418b.check new file mode 100644 index 0000000000..875ad08435 --- /dev/null +++ b/test/files/run/t5418b.check @@ -0,0 +1,2 @@ +new Object().getClass() +TypeRef(ThisType(java.lang), java.lang.Class, List(TypeRef(NoPrefix, newTypeName("?0"), List()))) -- cgit v1.2.3