summaryrefslogtreecommitdiff
path: root/test/files/neg/bug228.check
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-02-29 14:07:12 +0000
committerpaltherr <paltherr@epfl.ch>2004-02-29 14:07:12 +0000
commit826af8cfd01774c4545ea72c6a415693c5205378 (patch)
treef32b4467532b656f590eb8728c7fc361586759bd /test/files/neg/bug228.check
parent05632168c11408adbafab7dcfb165c9e901bc97d (diff)
downloadscala-826af8cfd01774c4545ea72c6a415693c5205378.tar.gz
scala-826af8cfd01774c4545ea72c6a415693c5205378.tar.bz2
scala-826af8cfd01774c4545ea72c6a415693c5205378.zip
- Removed method SymbolTablePrinter.getSymbolFu...
- Removed method SymbolTablePrinter.getSymbolFullName - Removed method SymbolTablePrinter.printSymbolFullName - Replaced method SymbolTablePrinter.printSymbol by method SymbolTablePrinter.printSymbolKindAndName
Diffstat (limited to 'test/files/neg/bug228.check')
-rw-r--r--test/files/neg/bug228.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug228.check b/test/files/neg/bug228.check
index a099f9fa0e..92651e61f7 100644
--- a/test/files/neg/bug228.check
+++ b/test/files/neg/bug228.check
@@ -1,4 +1,4 @@
-bug228.scala:11: constructor java.lang.reflect.AccessibleObject cannot be accessed in Foo
+bug228.scala:11: constructor AccessibleObject cannot be accessed in Foo
val o = new AccessibleObject;
^
one error found