yoavst
header class Url(url: String) { val protocol: String // same with fun getProtocol(): String } import java.net.URL impl typealias Url = URL
URL
String getProtocol()
A modern programming language that makes developers happier.