mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
16 lines
370 B
Plaintext
Vendored
16 lines
370 B
Plaintext
Vendored
package test
|
|
|
|
public final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
public final class B {
|
|
/*primary*/ public constructor B()
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
public final val TEST: kotlin.Int
|
|
public final fun <get-TEST>(): kotlin.Int
|
|
}
|
|
}
|
|
}
|