cbb8459e4e
^KT-24158 Fixed
8 lines
84 B
Kotlin
Vendored
8 lines
84 B
Kotlin
Vendored
fun main() {
|
|
null + $foo.$bar.
|
|
}
|
|
|
|
fun foo2() {
|
|
null + $foo. $bar . $baz .
|
|
}
|