Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
InnerWithGenericOuter.java
blob: 11a0884b350a4ce66619821fca8cbbc7b32ee2bc [
file
] [
log
] [
blame
]
package
test
;
public
abstract
class
InnerWithGenericOuter
<
T
>
{
public
class
Module
{
}
protected
abstract
void
test
(
Module
module
);
}