Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
ClassParamReferencesSelf.kt
blob: 9f333a018b0416d7f3689ce74c8481e3821a973b [
file
]
package
test
interface
TraitWithP
<
P
>
class
ClassParamReferencesSelf
<
A
:
TraitWithP
<
A
>>