[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
data class A(val component1: Int)
|
||||
|
||||
fun foo(a: A) {
|
||||
a.component1()
|
||||
a.component1
|
||||
}
|
||||
Reference in New Issue
Block a user