mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
6 lines
182 B
Kotlin
Vendored
6 lines
182 B
Kotlin
Vendored
// INTENTION_CLASS: org.jetbrains.kotlin.android.intention.ImplementParcelableAction
|
|
|
|
class <caret>MyData(val number: Int, val text: String, val flag: Boolean) {
|
|
var count = 0
|
|
}
|