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