mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-13 15:51:10 +00:00
11 lines
171 B
Java
Vendored
11 lines
171 B
Java
Vendored
package test;
|
|
|
|
public class InnerClass {
|
|
public class Inner {
|
|
public void foo() {}
|
|
}
|
|
|
|
public static class Nested {
|
|
public void bar() {}
|
|
}
|
|
} |