5 lines
89 B
Plaintext
Vendored
5 lines
89 B
Plaintext
Vendored
fun foo() {
|
|
var s<selection>: Int</selection><caret> = 1
|
|
s.hashCode()
|
|
s = 2
|
|
} |