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