mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
package test
|
|
|
|
public final class ClassWithConstVal : java.lang.Object {
|
|
public constructor ClassWithConstVal()
|
|
public final val f: kotlin.Int = 1
|
|
public final val f2: kotlin.Int = 1
|
|
}
|