[Test] Remove redundant FIR_DISABLE_LAZY_RESOLVE_CHECKS directives
KT-56177
This commit is contained in:
committed by
Space Team
parent
c9d68f6d3e
commit
9dda5e4fcd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user