1408556511
^KT-61900
7 lines
168 B
Kotlin
Vendored
7 lines
168 B
Kotlin
Vendored
data class Abc(val firstProperty: Int, val secondProperty: Double, val thirdProperty: String) {
|
|
fun check() {}
|
|
val Int.bodyProperty get() = 1L
|
|
}
|
|
|
|
|
|
// class: Abc |