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