mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
9 lines
100 B
Java
Vendored
9 lines
100 B
Java
Vendored
package test2;
|
|
|
|
import test.A;
|
|
|
|
class Test {
|
|
A.B foo() {
|
|
return new A().new B();
|
|
}
|
|
} |