Generate equals()/hashCode(): Forbid in interfaces

#KT-10815 Fixed
This commit is contained in:
Alexey Sedunov
2016-01-27 13:46:46 +03:00
parent 58963f7053
commit fcbb18d876
2 changed files with 5 additions and 4 deletions
@@ -1,6 +1,4 @@
// NOT_APPLICABLE
interface A {<caret>
fun foo() {
}
val foo: Int
}