mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
13 lines
284 B
Plaintext
Vendored
13 lines
284 B
Plaintext
Vendored
package_local class _Dummy_ {
|
|
package_local class NestedClasses {
|
|
public static class Nested {
|
|
package_local fun func1(): void {
|
|
}
|
|
}
|
|
|
|
public class Inner {
|
|
package_local fun func2(): void {
|
|
}
|
|
}
|
|
}
|
|
} |