"Change JVM name" (@JvmName) quickfix: improve name suggester for generic functions
#KT-38559 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
5efbbdea57
commit
6868f53f46
@@ -0,0 +1,7 @@
|
||||
// "Add '@JvmName' annotation" "true"
|
||||
// WITH_RUNTIME
|
||||
interface Foo<T>
|
||||
|
||||
fun Foo<Int>.foo() = this
|
||||
|
||||
fun <caret>Foo<String>.foo() = this
|
||||
Reference in New Issue
Block a user