Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addJvmNameAnnotation
/
extension2.kt
blob: db7ef1fda85f7bd7f429009c3c1a4ad3cd6803d5 [
file
] [
log
] [
blame
]
// "Add '@JvmName' annotation" "true"
// WITH_RUNTIME
interface
Bar
<
T
,
U
>
fun
<caret>
Bar
<
Int
,
Double
>.
bar
()
=
this
fun
Bar
<
Int
,
Bar
<
Long
,
Bar
<
Double
,
String
>>>.
bar
()
=
this