Fixed compilation of KDoc

This commit is contained in:
Evgeny Gerashchenko
2014-03-26 23:55:12 +03:00
parent 708694a09d
commit 3962064bd2
@@ -55,7 +55,7 @@ fun qualifiedName(descriptor: DeclarationDescriptor?): String {
return "" return ""
} }
else if (descriptor is PackageFragmentDescriptor) { else if (descriptor is PackageFragmentDescriptor) {
return descriptor.getFqName().asString() return descriptor.fqName.asString()
} }
else { else {
val parent = containerName(descriptor) val parent = containerName(descriptor)