mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
107 B
Kotlin
Vendored
7 lines
107 B
Kotlin
Vendored
class A(val n: IntArray?, val s: Array<String>?) {<caret>
|
|
val f: Float = 1.0f
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |