Fix false positive for "redundant super" in data class #KT-20981 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
63ad89eeb0
commit
0fd4cdb086
@@ -0,0 +1,4 @@
|
||||
// PROBLEM: none
|
||||
data class My(val x: Int, val y: String) {
|
||||
override <caret>fun hashCode() = super.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user