KT-13780 No completion and assertion error in log
#KT-13780 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class X<D>()
|
||||
|
||||
fun test() {
|
||||
bar(<caret>)
|
||||
}
|
||||
|
||||
fun bar(foo: X<*>) {}
|
||||
|
||||
// EXIST: { lookupString:"X", itemText:"X", tailText:"() (<root>)" }
|
||||
@@ -0,0 +1,9 @@
|
||||
class X<D>(d: D)
|
||||
|
||||
fun test() {
|
||||
bar(<caret>)
|
||||
}
|
||||
|
||||
fun bar(foo: X<*>) {}
|
||||
|
||||
// EXIST: { lookupString:"X", itemText:"X", tailText:"(d: D) (<root>)" }
|
||||
Reference in New Issue
Block a user