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