Files
kotlin/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectPropertyInClass.txt
2015-06-02 16:23:03 +03:00

14 lines
381 B
Plaintext
Vendored

package test
internal final class A {
/*primary*/ public constructor A()
internal final val other: kotlin.Int = 1
internal final fun <get-other>(): kotlin.Int
public companion object Companion {
/*primary*/ private constructor Companion()
internal final val some: kotlin.Int = 1
internal final fun <get-some>(): kotlin.Int
}
}