KT-768 Code completion for extension functions
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Test
|
||||
|
||||
class Some() {
|
||||
fun methodName() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
fun Some.first() {
|
||||
}
|
||||
|
||||
// EXIST: first
|
||||
Reference in New Issue
Block a user