[Analysis API FIR] fix containing declaration for value parameter
now it should also work for non-source declarations
This commit is contained in:
Vendored
+1
-1
@@ -4,4 +4,4 @@ var prop: kotlin.Int
|
||||
@GetAnnotation
|
||||
get()
|
||||
@SetAnnotation
|
||||
set(@setparam:SetparamAnnotation value: kotlin.Int)
|
||||
set(@SetparamAnnotation value: kotlin.Int)
|
||||
Reference in New Issue
Block a user