summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Symbol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/symtab/Symbol.java')
-rw-r--r--sources/scalac/symtab/Symbol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/symtab/Symbol.java b/sources/scalac/symtab/Symbol.java
index 9d6bf4cf0a..86152ca1b4 100644
--- a/sources/scalac/symtab/Symbol.java
+++ b/sources/scalac/symtab/Symbol.java
@@ -1003,7 +1003,7 @@ public abstract class Symbol implements Modifiers, Kinds {
/** Get this.type corresponding to this symbol
*/
public Type thisType() {
- return Type.localThisType;
+ return Type.NoPrefix;
}
/** Get type of `this' in current class.