Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
InnerClassReferencesOuterTP.java
blob: cd5fd53a39cb7502e56105dbc92e896089e305d1 [
file
] [
log
] [
blame
]
package
test
;
public
class
InnerClassReferencesOuterTP
<
P
>
{
public
class
Inner
<
Q
extends
P
>
{
}
}