KT-9166 Code completion does not work for synthetic extensions on typing "g"

#KT-9166 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-05-12 23:13:33 +03:00
parent e04c6d1f5c
commit e8d518a28f
3 changed files with 15 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import java.io.File
fun foo(file: File) {
file.g<caret>
}
// EXIST: absolutePath
// ABSENT: getAbsolutePath