Files
2022-01-12 15:09:45 +01:00

4 lines
101 B
Kotlin
Vendored

package test
data class B(val a: A) // generates a call to A::hashCode that is a fake override in A