Import all components and delegates accessors if possible
This commit is contained in:
@@ -47,6 +47,8 @@ public fun FqName.tail(prefix: FqName): FqName {
|
||||
}
|
||||
}
|
||||
|
||||
public fun FqName.parentOrNull(): FqName? = if (this.isRoot) null else parent()
|
||||
|
||||
private enum class State {
|
||||
BEGINNING,
|
||||
MIDDLE,
|
||||
|
||||
Reference in New Issue
Block a user