KT-12080 Move parameter names higher up in code completion
#KT-12080 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package temp.test
|
||||
|
||||
class Options(val listNew: Boolean, val listMatch: Boolean) {
|
||||
class Options(val listNew: Int, val listMatch: Boolean) {
|
||||
}
|
||||
|
||||
fun listImportedFun() = 12
|
||||
|
||||
Reference in New Issue
Block a user