Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
comparisonOfGenericInterfaceWithGenericClass.kt
blob: 7261d2be82a6ffac77dc8f814a8dee196566896c [
file
]
// FIR_IDENTICAL
// ISSUE: KT-47884
interface
A
<
X
>
class
B
<
T
>
fun foo
(
a
:
A
<*>,
b
:
B
<*>):
Boolean
=
a
==
b