Minor, add toString() to PackageFragmentDescriptorImpl
This commit is contained in:
+2
@@ -38,4 +38,6 @@ public abstract class PackageFragmentDescriptorImpl(
|
|||||||
override fun getSource(): SourceElement {
|
override fun getSource(): SourceElement {
|
||||||
return SourceElement.NO_SOURCE
|
return SourceElement.NO_SOURCE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toString(): String = "package $fqName"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user