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