Push Down: Support moving members from Java to Kotlin class
#KT-9485 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class K : A()
|
||||
|
||||
fun test(a: A) {
|
||||
val t1 = a.x
|
||||
a.x = t1 + 1
|
||||
val t2 = A.X
|
||||
a.foo(1)
|
||||
A.foo2(2)
|
||||
A.Y()
|
||||
}
|
||||
Reference in New Issue
Block a user