6 lines
70 B
Kotlin
6 lines
70 B
Kotlin
package test
|
|
|
|
public class FieldAsVar() {
|
|
public var f: Int = 1
|
|
}
|