Files
kotlin-fork/idea/testData/refactoring/nameSuggester/URL.kt
T
2015-06-25 21:57:13 +02:00

11 lines
82 B
Kotlin
Vendored

class URL
fun a() {
val x = URL()
<selection>x</selection>
}
/*
url
x
*/