From 1f4d528702ca32ed01e500ea2ef2e9b2ebbe07d1 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Tue, 4 Jan 2011 10:19:08 +0000 Subject: Fixed infinite loop on call to super from a spe... Fixed infinite loop on call to super from a specialized method. This happened only on illegal specialized inheritance. Closes #3651, no review. --- test/files/run/spec-super.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/spec-super.check (limited to 'test/files/run/spec-super.check') diff --git a/test/files/run/spec-super.check b/test/files/run/spec-super.check new file mode 100644 index 0000000000..c04dfc9fdf --- /dev/null +++ b/test/files/run/spec-super.check @@ -0,0 +1,2 @@ +s +1 -- cgit v1.2.3