mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
10 lines
127 B
Kotlin
Vendored
10 lines
127 B
Kotlin
Vendored
class Test {
|
|
var serial: String = ""
|
|
get
|
|
set
|
|
var name: String = ""
|
|
get
|
|
<caret>
|
|
}
|
|
|
|
// FORCED |