[Test] Remove redundant FIR_DISABLE_LAZY_RESOLVE_CHECKS directives

KT-56177
This commit is contained in:
Kirill Rakhman
2023-02-16 09:50:46 +01:00
committed by Space Team
parent c9d68f6d3e
commit 9dda5e4fcd
115 changed files with 3 additions and 119 deletions
@@ -1,4 +1,3 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
// FIR_IDENTICAL
package test
@@ -6,4 +5,4 @@ import kotlinx.parcelize.Parcelize
import android.os.Parcelable
@Parcelize
class User(val firstName: String, val secondName: String, val age: Int) : Parcelable
class User(val firstName: String, val secondName: String, val age: Int) : Parcelable