Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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> {
}