5a3c6def8f
#KT-34270 Fixed
5 lines
116 B
Plaintext
Vendored
5 lines
116 B
Plaintext
Vendored
class Test(height: Int, width: Int) {
|
|
private val size: Int = height * width
|
|
private val data: Int = size
|
|
|
|
} |