Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
java8Overrides
/
hidingMethodOfAny.kt
blob: 0704b2693f372db60f68d106a224066f3341a90a [
file
]
interface
IA
{
fun
<!
VIRTUAL_MEMBER_HIDDEN
!>
toString
<!>():
String
=
"IB"
override
fun equals
(
other
:
Any
?):
Boolean
}