0df5d5158d
#KT-38297 Fixed
8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
class A {
|
|
var i: Int
|
|
|
|
init {
|
|
<spot>i = 5</spot>
|
|
}
|
|
}
|