[FIR] Provide suppression from primary value parameter to property
`@Suppress` annotation has `VALUE_PARAMETER` target, so when a property in the primary constructor is annotated with `@Suppress` it sticks to the parameter. But the suppression should work for all diagnostics reported on the parameter **and** the property ^KT-66258 Fixed
This commit is contained in:
committed by
Space Team
parent
5e742884de
commit
a08df1821f
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// DIAGNOSTICS: -ERROR_SUPPRESSION
|
||||
// WITH_STDLIB
|
||||
// ISSUE: KT-66258
|
||||
|
||||
Reference in New Issue
Block a user