From b9fb76d09d0a6e63bfb6f332079ab7d05f1233ca Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 16 Jun 2010 22:14:52 +0000 Subject: The inliner now looks harder for method impleme... The inliner now looks harder for method implementations. In addition to the receiver, it will find those in directly mixed in traits and in superclasses. It still won't find those in traits mixed only into superclasses, as that didn't come quite so easily. Closes #3234 but I'll be opening up another ticket. Review by dragos. --- test/files/pos/bug3234.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/bug3234.flags (limited to 'test/files/pos/bug3234.flags') diff --git a/test/files/pos/bug3234.flags b/test/files/pos/bug3234.flags new file mode 100644 index 0000000000..c9cefdc4b9 --- /dev/null +++ b/test/files/pos/bug3234.flags @@ -0,0 +1 @@ +-Yinline -Xfatal-warnings \ No newline at end of file -- cgit v1.2.3