Add platform/impl soft keywords, add isPlatform/isImpl to MemberDescriptor

This commit is contained in:
Alexander Udalov
2016-10-26 12:24:16 +03:00
parent 0dc31af73d
commit 6e2ef9b1d2
40 changed files with 198 additions and 11 deletions
@@ -110,6 +110,16 @@ public class MutableClassDescriptor extends ClassDescriptorBase implements Class
return false;
}
@Override
public boolean isPlatform() {
return false;
}
@Override
public boolean isImpl() {
return false;
}
@NotNull
@Override
public TypeConstructor getTypeConstructor() {