Intentions: Move class member to companion object
#KT-9697 In Progress
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test2;
|
||||
|
||||
import test.A;
|
||||
|
||||
class Test {
|
||||
void foo() {
|
||||
A.Companion.test(new A(), 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user