KT-60092 Fix suppression logic for EXPOSED_PROPERTY_TYPE_IN_CONSTRUCTOR_ERROR

This commit is contained in:
strangepleasures
2023-09-18 11:17:10 +00:00
committed by Space Team
parent a78d631b16
commit 777df2d923
10 changed files with 70 additions and 110 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
private enum class Foo { A, B }
class Bar(<!EXPOSED_PARAMETER_TYPE!>val foo: Foo<!>)