Fix testSimple() for "Remove Parcelable" action
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
import android.os.Parcelable
|
import android.os.Parcelable
|
||||||
|
|
||||||
class <caret>Simple : Parcelable
|
class <caret>Simple : Parcelable
|
||||||
|
|
||||||
|
fun foo() {}
|
||||||
@@ -2,3 +2,5 @@
|
|||||||
import android.os.Parcelable
|
import android.os.Parcelable
|
||||||
|
|
||||||
class Simple
|
class Simple
|
||||||
|
|
||||||
|
fun foo() {}
|
||||||
Reference in New Issue
Block a user