5b58a6f9e8
#KT-17465 Fixed #KT-12049 Fixed
5 lines
252 B
Kotlin
Vendored
5 lines
252 B
Kotlin
Vendored
// INTENTION_TEXT: Add Parcelable Implementation
|
|
// INSPECTION_CLASS: org.jetbrains.android.inspections.klint.AndroidLintInspectionToolProvider$AndroidKLintParcelCreatorInspection
|
|
import android.os.Parcelable
|
|
|
|
class <caret>NoImplementation : Parcelable |