Resolve lateinit variables
Do not report UNINITIALIZED_VARIABLE on lateinit variables Provide delegating constructors for descriptors for compatibility.
This commit is contained in:
+2
@@ -67,6 +67,8 @@ open class FakeCallableDescriptorForObject(
|
||||
|
||||
override fun isConst(): Boolean = false
|
||||
|
||||
override fun isLateInit(): 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