Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addJvmNameAnnotation
/
extension.kt
blob: ec67e07fd08b62f03a75d54aa5844434aa89867a [
file
]
// "Add '@JvmName' annotation" "true"
// WITH_RUNTIME
interface
Foo
<
T
>
fun
Foo
<
Int
>.
foo
()
=
this
fun
<caret>
Foo
<
String
>.
foo
()
=
this