KT-6671 Report unused constructor parameters
#KT-6671 fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package toplevelObjectDeclarations
|
||||
|
||||
open class Foo(y : Int) {
|
||||
open class Foo(<!UNUSED_PARAMETER!>y<!> : Int) {
|
||||
open fun foo() : Int = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user