Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
classFun
/
ClassParamUsedInFun.txt
blob: 9f5b2f431cfbc4772f267c47ca1dda25deb0974c [
file
]
package test
public final class ClassParamUsedInFun</*0*/ T> {
/*primary*/ public constructor ClassParamUsedInFun</*0*/ T>()
public final fun f(/*0*/ t: T): kotlin.Int
}