Fixed name suggestions for types with abbreviations like "URL"

This commit is contained in:
Valentin Kipyatkov
2015-06-18 22:43:54 +03:00
parent 84ba634c3e
commit 53688d061a
3 changed files with 46 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
class URL
fun a() {
val x = URL()
<selection>x</selection>
}
/*
url
x
*/