8 lines
113 B
Plaintext
Vendored
8 lines
113 B
Plaintext
Vendored
class C {
|
|
var s<selection>: Int</selection><caret> = 1
|
|
|
|
init {
|
|
s.hashCode()
|
|
s = 2
|
|
}
|
|
} |