d13ac6b5a4
#KT-9697 In Progress
10 lines
124 B
Java
Vendored
10 lines
124 B
Java
Vendored
package test2;
|
|
|
|
import test.A;
|
|
import test.A.Companion.B;
|
|
|
|
class Test {
|
|
B foo() {
|
|
return new B(new A());
|
|
}
|
|
} |