Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
nestedClasses
/
innerClassReferencesOuterTP.kt
blob: 16302eae5b2b83e72cd7bbfa6134744de77a1fd5 [
file
] [
log
] [
blame
]
package
test
class
InnerClassReferencesOuterTP
<
P
>
{
inner
class
Inner
<
Q
:
P
>
}