Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
ClassParamReferencesSelf.txt
blob: 0d58dfb50c9d0de2a2635a667be84b4842869990 [
file
] [
log
] [
blame
]
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> {
}