mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
8 lines
154 B
Plaintext
Vendored
8 lines
154 B
Plaintext
Vendored
package test
|
|
|
|
public final class TwoFields {
|
|
public constructor TwoFields()
|
|
public final var a: kotlin.Int
|
|
public final var b: kotlin.Short
|
|
}
|