KT-1151 Code completion for not imported extension functions - test for completion not-imported function on nullable type
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package second
|
||||
|
||||
fun String.helloFun() {
|
||||
}
|
||||
|
||||
fun String.helloWithParams(i : Int) : String {
|
||||
return ""
|
||||
}
|
||||
|
||||
fun String.helloFunPreventAutoInsert() {
|
||||
}
|
||||
|
||||
fun Int.helloFake() {
|
||||
}
|
||||
Reference in New Issue
Block a user