Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
cli
/
jvm
/
twoDiagnosticsOnSingleElement.kt
blob: aee32a6d993491e6cc140a3e98df0391a43efc53 [
file
] [
log
] [
blame
]
package
test
interface
I1
{
fun
<
T
>
foo
()
}
interface
I2
{
fun foo
()
}
class
C
:
I1
,
I2