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