KT-8176 References to type arguments are not resolved when number of them does not match type parameters

KT-8078 FQ-name inserted on class name completion in type arguments

 #KT-8176 Fixed
 #KT-8078 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-08-07 21:01:57 +03:00
parent de78ab6fe6
commit f658cce1f1
8 changed files with 47 additions and 5 deletions
@@ -0,0 +1,3 @@
val v: UnknownClass<<caret>String>
// REF: (kotlin).String
@@ -0,0 +1,5 @@
class Foo<T, V>
class Bar: Foo<<caret>String
// REF: (kotlin).String