6868f53f46
#KT-38559 Fixed
8 lines
149 B
Plaintext
Vendored
8 lines
149 B
Plaintext
Vendored
// "Add '@JvmName' annotation" "true"
|
|
// WITH_RUNTIME
|
|
interface Foo<T>
|
|
|
|
fun Foo<Int>.foo() = this
|
|
|
|
@JvmName("fooString")
|
|
fun Foo<String>.foo() = this |