KT-9478 No override completion for second parameter in primary constructor
#KT-9478 Fixed #KT-9386 Fixed
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
annotation class Ann
|
||||
|
||||
class Completion(@get:Ann val p1: String, @<caret>)
|
||||
|
||||
// EXIST: get
|
||||
// EXIST: set
|
||||
// EXIST: field
|
||||
// EXIST: param
|
||||
// EXIST: setparam
|
||||
// EXIST: property
|
||||
|
||||
/*TODO: keywords below should not be here*/
|
||||
// EXIST: val
|
||||
// EXIST: var
|
||||
// EXIST: receiver
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user