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