Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
writeSignature
/
StarProjectionOutsideClass.kt
blob: 6f30c86d92b6457a1e72ac40dffedd1f13229031 [
file
] [
log
] [
blame
]
class
C
<
T
:
C
<
T
>>
fun bar
(
c
:
C
<*>):
C
<*>
=
null
!!
// method: StarProjectionOutsideClassKt::bar
// jvm signature: (LC;)LC;
// generic signature: (LC<*>;)LC<*>;