Intentions: Move class member to companion object
#KT-9697 In Progress
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package test2
|
||||
|
||||
import test.A
|
||||
import test.A.B
|
||||
|
||||
fun foo2(): B {
|
||||
return A().B()
|
||||
}
|
||||
Reference in New Issue
Block a user