KT-6671 Report unused constructor parameters
#KT-6671 fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
data class A(x: Int, y: String)
|
||||
data class A(<!UNUSED_PARAMETER!>x<!>: Int, <!UNUSED_PARAMETER!>y<!>: String)
|
||||
|
||||
fun foo(a: A) {
|
||||
a.<!UNRESOLVED_REFERENCE!>component1<!>()
|
||||
|
||||
Reference in New Issue
Block a user