5089df2441
#KT-25501 Fixed
5 lines
44 B
Plaintext
Vendored
5 lines
44 B
Plaintext
Vendored
fun foo() {
|
|
var a = 5
|
|
a = a.dec()
|
|
}
|