mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
9 lines
211 B
Plaintext
Vendored
9 lines
211 B
Plaintext
Vendored
public final class ClassWithConstVal : R|kotlin/Any| {
|
|
public final field f: R|kotlin/Int| = Int(1)
|
|
|
|
public final field f2: R|kotlin/Int| = Int(1)
|
|
|
|
public constructor(): R|test/ClassWithConstVal|
|
|
|
|
}
|