UNINITIALIZED_ENUM_ENTRY compiler warning introduced #KT-2349 Fixed
(cherry picked from commit 76ac6d1)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b7ed68db05
commit
35446037bb
+4
@@ -63,4 +63,8 @@ class FakeCallableDescriptorForObject(
|
||||
override fun getSource(): SourceElement = classDescriptor.source
|
||||
|
||||
override fun isConst(): Boolean = false
|
||||
|
||||
override fun equals(other: Any?) = other is FakeCallableDescriptorForObject && classDescriptor == other.classDescriptor
|
||||
|
||||
override fun hashCode() = classDescriptor.hashCode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user