mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
package test
|
|
|
|
public open class StaticFinal {
|
|
public constructor StaticFinal()
|
|
}
|
|
|
|
package test.StaticFinal {
|
|
public val foo: kotlin.String = "aaa"
|
|
}
|