mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
119 B
Kotlin
7 lines
119 B
Kotlin
package test
|
|
|
|
public class TwoFields() : java.lang.Object() {
|
|
public var a: Int = 1
|
|
public var b: Short = 2;
|
|
}
|