mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
package test
|
|
|
|
public final class FinalFieldAsVal {
|
|
/*primary*/ public constructor FinalFieldAsVal()
|
|
public final val f: kotlin.Int = 1
|
|
public final fun <get-f>(): kotlin.Int
|
|
}
|