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

14 lines
299 B
YAML

type: edu
files:
- name: src/Task.kt
visible: true
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