Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
kotlinSignature
/
CustomProjectionKind.txt
blob: fdc83abf6d137236191ef4db987d6024680769ef [
file
] [
log
] [
blame
]
package test
public open class CustomProjectionKind {
public constructor CustomProjectionKind()
public open fun foo(): kotlin.collections.(Mutable)List<kotlin.Number!>!
}