mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
7 lines
129 B
Kotlin
Vendored
7 lines
129 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
data class A(foo: String, val bar: Int, other: Long) {
|
|
val foo = foo
|
|
val other = other
|
|
} |