Intentions: Move member of companion object to corresponding class
#KT-9697 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package b;
|
||||
|
||||
import a.A;
|
||||
|
||||
class J {
|
||||
void foo() {
|
||||
A.B b = new A.B();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user