1d59c7e0e4
#KT-7920 Fixed
5 lines
61 B
Kotlin
Vendored
5 lines
61 B
Kotlin
Vendored
class C {
|
|
fun String.foo1() {
|
|
print(this)
|
|
}
|
|
} |