Files
kotlin/compiler/testData/loadJava/compiledKotlin/memberOrder/topLevelCallables.txt
2015-09-08 02:04:32 +03:00

12 lines
321 B
Plaintext
Vendored

package test
public val f1: kotlin.Int = 1
public fun <get-f1>(): kotlin.Int
public val f3: kotlin.Int = 1
public fun <get-f3>(): kotlin.Int
public val f5: kotlin.Int = 1
public fun <get-f5>(): kotlin.Int
public fun f2(): kotlin.Int
public fun f4(): kotlin.Int
public fun f4(/*0*/ i: kotlin.Int): kotlin.Int