Files
kotlin/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithConstVal.txt
2018-07-24 10:52:16 +03:00

10 lines
276 B
Plaintext
Vendored

package test
public final class ClassWithConstVal {
/*primary*/ public constructor ClassWithConstVal()
public final val f: kotlin.Int
public final fun <get-f>(): kotlin.Int
public final val f2: kotlin.Int
public final fun <get-f2>(): kotlin.Int
}