mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-14 00:21:27 +00:00
7 lines
164 B
Plaintext
Vendored
7 lines
164 B
Plaintext
Vendored
package test
|
|
|
|
public open class ExplicitFieldGettersAndSetters {
|
|
public constructor ExplicitFieldGettersAndSetters()
|
|
public final var foo: kotlin.String!
|
|
}
|