Fixed name suggestions for types with abbreviations like "URL"
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class URL
|
||||
|
||||
fun a() {
|
||||
val x = URL()
|
||||
<selection>x</selection>
|
||||
}
|
||||
/*
|
||||
url
|
||||
x
|
||||
*/
|
||||
Reference in New Issue
Block a user