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