f6d3bb5b1b
All of these have a different order of declarations and/or extra `@NotNull` annotations on fields, both of which doesn't seem like a problem. #KT-49682
4 lines
104 B
Kotlin
Vendored
4 lines
104 B
Kotlin
Vendored
data class User(val firstName: String, val secondName: String, val age: Int) {
|
|
fun procedure() {}
|
|
}
|