Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
writeSignature
/
StarProjectionInClass.kt
blob: c9ad282d4337b6375a9e8055085cd638c8b73a61 [
file
]
class
C
<
T
:
C
<
T
>>
{
fun foo
(
c
:
C
<*>):
C
<*>
=
null
!!
}
// method: C::foo
// jvm signature: (LC;)LC;
// generic signature: (LC<*>;)LC<*>;