Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
library
/
LoadIterable.txt
blob: e175a9392f3ebad077562f40f7b6b4decd1c3731 [
file
] [
log
] [
blame
]
package test
public interface LoadIterable</*0*/ T : kotlin.Any!> {
public abstract fun getIterable(): kotlin.collections.(Mutable)Iterable<T!>!
public abstract fun setIterable(/*0*/ p0: kotlin.collections.(Mutable)Iterable<T!>!): kotlin.Unit
}