Files
2020-12-24 14:06:20 +03:00

8 lines
84 B
Kotlin
Vendored

fun main() {
null + $foo.$bar.
}
fun foo2() {
null + $foo. $bar . $baz .
}