mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
122 B
Kotlin
Vendored
11 lines
122 B
Kotlin
Vendored
package test
|
|
|
|
class Test {
|
|
|
|
companion object {
|
|
public val valProp: Int = 10
|
|
|
|
public var varProp: Int = 10
|
|
}
|
|
|
|
} |