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