Files
kotlin-fork/backend.native/tests/codegen/klass/basic.kt
T
2016-10-11 18:40:16 +03:00

4 lines
32 B
Kotlin

class Foo {
var x : Int = 3
}