FIR IDE: fix completion of type arguments without closing >
This commit is contained in:
committed by
TeamCityServer
parent
d510f0809a
commit
0739f6974f
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
class Xyz
|
||||
|
||||
fun X<caret>
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
fun Strange(){}
|
||||
|
||||
fun Annotations<S<caret>
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
fun Strange(){}
|
||||
|
||||
fun Map<() -> Unit, Str<caret>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
class Outer {
|
||||
class Nested
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
class Outer {
|
||||
class Nested
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
class Some
|
||||
|
||||
val S<caret>
|
||||
|
||||
Reference in New Issue
Block a user