Import all components and delegates accessors if possible

This commit is contained in:
Nikolay Krasko
2015-10-23 16:07:38 +03:00
parent 1517a099d0
commit 3c07bc3df7
10 changed files with 489 additions and 110 deletions
@@ -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,