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