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