Don't generate component function in lazy resolve for parameter if it has no val/var
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
data class A(foo: String, val bar: Int, other: Long) {
|
||||
val foo = foo
|
||||
val other = other
|
||||
}
|
||||
Reference in New Issue
Block a user