Join with assignment: fix false negative when local variable are used
#KT-34270 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
b56272dc64
commit
5a3c6def8f
@@ -0,0 +1,5 @@
|
||||
class Test(height: Int, width: Int) {
|
||||
private val size: Int = height * width
|
||||
private val data: Int = size
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user