14a8d3726d
#KT-33637 fixed
5 lines
60 B
Kotlin
Vendored
5 lines
60 B
Kotlin
Vendored
class Host {
|
|
val name: String?
|
|
get() = "Name"
|
|
}
|