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