ImportPath.toString
This commit is contained in:
@@ -45,6 +45,11 @@ public final class ImportPath {
|
|||||||
return fqName.getFqName() + (isAllUnder ? ".*" : "");
|
return fqName.getFqName() + (isAllUnder ? ".*" : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getPathStr();
|
||||||
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public FqName fqnPart() {
|
public FqName fqnPart() {
|
||||||
return fqName;
|
return fqName;
|
||||||
|
|||||||
Reference in New Issue
Block a user