resolve references from @param to type parameters of functions
#KT-12001 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @param T this is a type parameter
|
||||
*/
|
||||
fun <<caret>T> f(s: String) { }
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @param R this is a type parameter
|
||||
*/
|
||||
fun <<caret>R> f(s: String) { }
|
||||
Reference in New Issue
Block a user