FIR LC: populate no-arg constructor if needed

This commit is contained in:
Jinseong Jeon
2021-11-22 22:31:33 -08:00
committed by Ilya Kirillov
parent d253f9ba0e
commit edc17a9d5f
5 changed files with 136 additions and 20 deletions
@@ -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