Minor. Specify explicit property types

This commit is contained in:
Dmitriy Dolovov
2020-04-08 17:45:49 +07:00
parent 753ef971f9
commit 90398fd087
2 changed files with 4 additions and 3 deletions
@@ -151,7 +151,7 @@ class NativePlatformKindResolution : IdePlatformKindResolution {
class NativeKlibLibraryInfo(project: Project, library: Library, libraryRoot: String) :
AbstractKlibLibraryInfo(project, library, libraryRoot) {
val isStdlib get() = libraryRoot.endsWith(KONAN_STDLIB_NAME)
val isStdlib: Boolean get() = libraryRoot.endsWith(KONAN_STDLIB_NAME)
override val capabilities: Map<ModuleDescriptor.Capability<*>, Any?>
get() {