2020-06-15 18:52:18 +03:00
|
|
|
type: edu
|
|
|
|
files:
|
|
|
|
- name: src/Task.kt
|
|
|
|
visible: true
|
|
|
|
placeholders:
|
2020-12-03 02:49:02 +03:00
|
|
|
- offset: 92
|
2020-06-15 18:52:18 +03:00
|
|
|
length: 146
|
|
|
|
placeholder_text: '/* TODO: Implement Animal, Cat and Dog classes */'
|
2020-12-03 02:49:02 +03:00
|
|
|
- offset: 253
|
2020-07-29 23:41:56 +03:00
|
|
|
length: 119
|
2020-06-15 18:52:18 +03:00
|
|
|
placeholder_text: |-
|
|
|
|
/*
|
|
|
|
val animal = Animal()
|
2020-07-29 23:41:56 +03:00
|
|
|
trace(animal.sound)
|
2020-06-15 18:52:18 +03:00
|
|
|
val cat = Cat()
|
2020-07-29 23:41:56 +03:00
|
|
|
trace(cat.sound)
|
2020-06-15 18:52:18 +03:00
|
|
|
val dog = Dog()
|
2020-07-29 23:41:56 +03:00
|
|
|
trace(dog.sound)
|
2020-06-15 18:52:18 +03:00
|
|
|
*/
|
|
|
|
- name: test/Tests.kt
|
|
|
|
visible: false
|