Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
ClassParamReferencesSelf.txt
blob: 0d58dfb50c9d0de2a2635a667be84b4842869990 [
file
]
package test
public final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
}
public interface TraitWithP</*0*/ P> {
}