Disallow PropertyMetadataImpl in conventions for delegated properties

This commit is contained in:
Evgeny Gerashchenko
2015-02-19 16:14:37 +03:00
parent 056daeaadb
commit af7eba64f7
6 changed files with 28 additions and 5 deletions
@@ -128,7 +128,8 @@ public class DelegatedPropertyResolver {
return psiFactory.createExpression(builtIns.getPropertyMetadataImpl().getName().asString() +
"(\"" +
propertyDescriptor.getName().asString() +
"\")");
"\"): " +
builtIns.getPropertyMetadata().getName().asString());
}
public void resolveDelegatedPropertyPDMethod(