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