Diagnostics for wrong inlinable usage

This commit is contained in:
Mikhael Bogdanov
2013-11-29 16:22:31 +04:00
parent ac6dc9fa54
commit c89c465fec
18 changed files with 635 additions and 8 deletions
@@ -32,7 +32,7 @@ public class ExtensionReceiver extends AbstractReceiverValue implements ThisRece
@NotNull
@Override
public DeclarationDescriptor getDeclarationDescriptor() {
public CallableDescriptor getDeclarationDescriptor() {
return descriptor;
}