KT-7815 Smart completion after "as" inserts fq-name for type parameter
#KT-7815 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package ppp
|
||||
|
||||
fun <T> foo(o: Any): T {
|
||||
return o as <caret>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package ppp
|
||||
|
||||
fun <T> foo(o: Any): T {
|
||||
return o as T<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user