mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
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 |