K2: introduce val ConeAttribute.keepInInferredDeclarationType
This commit is contained in:
committed by
Space Team
parent
f2bb988e68
commit
90eaf5f70f
+2
@@ -68,6 +68,8 @@ class ConeNumberSignAttribute private constructor(val sign: Sign) : ConeAttribut
|
||||
|
||||
override val key: KClass<out ConeNumberSignAttribute>
|
||||
get() = ConeNumberSignAttribute::class
|
||||
override val keepInInferredDeclarationType: Boolean
|
||||
get() = true
|
||||
}
|
||||
|
||||
val ConeAttributes.numberSign: ConeNumberSignAttribute? by ConeAttributes.attributeAccessor<ConeNumberSignAttribute>()
|
||||
|
||||
Reference in New Issue
Block a user