No need to expose this scope as writable

This commit is contained in:
Andrey Breslav
2012-04-26 23:58:36 +04:00
parent 058e4b833b
commit 5f75be6253
@@ -127,7 +127,7 @@ public class MutableClassDescriptorLite extends MutableDeclarationDescriptor imp
}
}
public WritableScope getScopeForMemberLookupAsWritableScope() {
private WritableScope getScopeForMemberLookupAsWritableScope() {
// hack
return (WritableScope) scopeForMemberLookup;
}