KT-9166 Code completion does not work for synthetic extensions on typing "g"
#KT-9166 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.io.File
|
||||
|
||||
fun foo(file: File) {
|
||||
file.g<caret>
|
||||
}
|
||||
|
||||
// EXIST: absolutePath
|
||||
// ABSENT: getAbsolutePath
|
||||
Reference in New Issue
Block a user