From fcd0998f1e0f2307e9b0cbae6bf2c36234ca8d17 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 14 Oct 2011 02:16:17 +0000 Subject: Better error when abstract methods are missing. When many methods are missing, print a list of signatures the way they need to be implemented, and throw in ??? stub implementations so it should be compilable code. If anyone would like this logic exposed more generally (for the IDE or whatever) just let me know. No review. --- test/files/neg/abstract-report.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/neg/abstract-report.scala (limited to 'test/files/neg/abstract-report.scala') diff --git a/test/files/neg/abstract-report.scala b/test/files/neg/abstract-report.scala new file mode 100644 index 0000000000..538e093547 --- /dev/null +++ b/test/files/neg/abstract-report.scala @@ -0,0 +1 @@ +class Unimplemented extends TraversableOnce[String] { } \ No newline at end of file -- cgit v1.2.3