Do not consider 'expect' class type constructors final
Because even a final expected class can be actualized with an open actual class and thus have subtypes in the platform code
This commit is contained in:
-2
@@ -195,8 +195,6 @@ class DeserializedClassDescriptor(
|
||||
|
||||
override fun getParameters() = parameters()
|
||||
|
||||
override fun isFinal(): Boolean = isFinalClass
|
||||
|
||||
override fun isDenotable() = true
|
||||
|
||||
override fun getDeclarationDescriptor() = this@DeserializedClassDescriptor
|
||||
|
||||
Reference in New Issue
Block a user