11 lines
82 B
Kotlin
Vendored
11 lines
82 B
Kotlin
Vendored
class URL
|
|
|
|
fun a() {
|
|
val x = URL()
|
|
<selection>x</selection>
|
|
}
|
|
/*
|
|
url
|
|
x
|
|
*/
|