FIR LC: populate no-arg constructor if needed
This commit is contained in:
committed by
Ilya Kirillov
parent
d253f9ba0e
commit
edc17a9d5f
@@ -3,3 +3,5 @@ data class User(val name: String = "", val age: Int = 0)
|
||||
data class Person(val name: String) {
|
||||
var age: Int = 0
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user