[FE, IR] Check annotations compatibility on expect and actual getters and setters
^KT-60671
This commit is contained in:
committed by
Space Team
parent
8fb2935ef6
commit
e79851910e
+4
@@ -136,6 +136,10 @@ class ClassicExpectActualMatchingContext(
|
||||
get() = asDescriptor().isLateInit
|
||||
override val PropertySymbolMarker.isConst: Boolean
|
||||
get() = asDescriptor().isConst
|
||||
|
||||
override val PropertySymbolMarker.getter: FunctionSymbolMarker?
|
||||
get() = asDescriptor().getter
|
||||
|
||||
override val PropertySymbolMarker.setter: FunctionSymbolMarker?
|
||||
get() = asDescriptor().setter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user