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