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