1
1
Fork 0
AtomicKotlinCourse/Power Tools/Property Delegation/Exercise 2/task-info.yaml

14 lines
299 B
YAML
Raw Normal View History

type: edu
files:
- name: src/Task.kt
visible: true
2020-09-28 18:08:41 +03:00
placeholders:
- offset: 220
length: 7
placeholder_text: = mutableListOf() // replace with 'by list'
- offset: 230
length: 242
placeholder_text: // TODO getValue and setValue extensions
- name: test/Tests.kt
visible: false