Files

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