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