mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
12 lines
321 B
Plaintext
Vendored
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
|