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