Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
library
/
LoadIterable.java
blob: f4eb53bd1fa565b0736117ef4ed50449fd32d42d [
file
] [
log
] [
blame
]
package
test
;
public
interface
LoadIterable
<
T
>
{
public
Iterable
<
T
>
getIterable
();
public
void
setIterable
(
Iterable
<
T
>
Iterable
);
}