2020-09-27 01:27:15 +03:00
|
|
|
type: edu
|
|
|
|
files:
|
|
|
|
- name: src/Task.kt
|
|
|
|
visible: true
|
2020-09-28 18:08:41 +03:00
|
|
|
placeholders:
|
2020-11-17 22:00:10 +03:00
|
|
|
- offset: 108
|
2020-11-17 21:48:49 +03:00
|
|
|
length: 141
|
|
|
|
placeholder_text: class Configuration
|
2020-11-17 22:00:10 +03:00
|
|
|
- offset: 264
|
2020-11-17 21:48:49 +03:00
|
|
|
length: 323
|
|
|
|
placeholder_text: |-
|
|
|
|
/*
|
|
|
|
val config = Configuration(mutableMapOf(
|
|
|
|
"user" to "Luciano",
|
|
|
|
"id" to "Ramalho47",
|
|
|
|
"project" to "MyLittlePython",
|
|
|
|
))
|
|
|
|
config.project eq "MyLittlePython"
|
|
|
|
config.user = "Crocubot"
|
|
|
|
config.id = "C137"
|
|
|
|
config.project = "WhirlyDirly"
|
|
|
|
config.map eq "{user=Crocubot, " +
|
|
|
|
"id=C137, project=WhirlyDirly}"
|
|
|
|
*/
|
2020-09-27 01:27:15 +03:00
|
|
|
- name: test/Tests.kt
|
|
|
|
visible: false
|