Minor. More specific return type
This commit is contained in:
+1
-1
@@ -234,6 +234,6 @@ class LazyJavaClassDescriptor(
|
|||||||
|
|
||||||
override fun getDeclarationDescriptor() = this@LazyJavaClassDescriptor
|
override fun getDeclarationDescriptor() = this@LazyJavaClassDescriptor
|
||||||
|
|
||||||
override fun toString(): String? = getName().asString()
|
override fun toString(): String = getName().asString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user