mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 00:21:31 +00:00
10 lines
159 B
Plaintext
Vendored
10 lines
159 B
Plaintext
Vendored
package test
|
|
|
|
public open class NestedClass {
|
|
public constructor NestedClass()
|
|
|
|
public open class Nested {
|
|
public constructor Nested()
|
|
}
|
|
}
|