62e252ec26
#KT-17378 Fixed
10 lines
171 B
Plaintext
Vendored
10 lines
171 B
Plaintext
Vendored
class Declaration {
|
|
}
|
|
|
|
fun call() {
|
|
val declaration = Declaration()
|
|
val vg1 = 4
|
|
val vg2 = 42.let { it + 1 }
|
|
Declaration()
|
|
val vg3 = 42.let { it + 1 }
|
|
} |