96ca4712a0
#KT-32602 fixed
7 lines
117 B
Kotlin
Vendored
7 lines
117 B
Kotlin
Vendored
class Test {
|
|
val str: Int = 10
|
|
fun test() {
|
|
val str: String = ""
|
|
val len = str.length
|
|
}
|
|
} |