KT-1151 Code completion for not imported extension functions - ignore parameters
This commit is contained in:
@@ -7,4 +7,5 @@ fun firstFun() {
|
||||
|
||||
// EXIST: helloFun
|
||||
// EXIST: helloFunPreventAutoInsert
|
||||
// NUMBER: 2
|
||||
// EXIST: helloWithParams
|
||||
// NUMBER: 3
|
||||
@@ -3,5 +3,9 @@ package second
|
||||
fun String.helloFun() {
|
||||
}
|
||||
|
||||
fun String.helloWithParams(i : Int) : String {
|
||||
return ""
|
||||
}
|
||||
|
||||
fun String.helloFunPreventAutoInsert() {
|
||||
}
|
||||
Reference in New Issue
Block a user