import of members without additional bound to receiver descriptors

This commit is contained in:
svtk
2012-01-11 18:37:10 +04:00
parent cb2219e72d
commit 9902200e5e
17 changed files with 102 additions and 676 deletions
@@ -228,6 +228,7 @@ public abstract class CodegenContext {
pd.getModality(),
pd.getVisibility(),
pd.isVar(),
pd.isObjectDeclaration(),
pd.getName() + "$bridge$" + accessors.size()
);
JetType receiverType = pd.getReceiverParameter().exists() ? pd.getReceiverParameter().getType() : null;