[K2] FirIdeRenderer: fix render for setter parameter annotations
^KT-54311
This commit is contained in:
committed by
Space Team
parent
2d240d2925
commit
728e1941ac
+1
-1
@@ -4,7 +4,7 @@ var prop: kotlin.Int
|
||||
@GetAnnotation
|
||||
get()
|
||||
@SetAnnotation
|
||||
set(value: kotlin.Int)
|
||||
set(@SetparamAnnotation value: kotlin.Int)
|
||||
|
||||
@DelegateAnnotation
|
||||
val lazyProperty: kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user