Minor: fixed placeholders for compilation
This commit is contained in:
parent
9040ae6b70
commit
d1ef1a1141
|
@ -3,7 +3,7 @@ files:
|
|||
- name: src/Task.kt
|
||||
visible: true
|
||||
placeholders:
|
||||
- offset: 245
|
||||
- offset: 115
|
||||
length: 1366
|
||||
placeholder_text: // TODO
|
||||
- name: test/Tests.kt
|
||||
|
|
|
@ -3,7 +3,7 @@ files:
|
|||
- name: src/Task.kt
|
||||
visible: true
|
||||
placeholders:
|
||||
- offset: 154
|
||||
- offset: 155
|
||||
length: 271
|
||||
placeholder_text: TODO()
|
||||
- name: test/Tests.kt
|
||||
|
|
|
@ -3073,7 +3073,7 @@ public class TestAllExamples extends AbstractTestExamples {
|
|||
|
||||
@Test
|
||||
public void testMain() {
|
||||
testExample("Introduction to Objects/Packages/Exercise 3/src/Main.kt", packagesExercise3.Task3Kt::main);
|
||||
testExample("Introduction to Objects/Packages/Exercise 3/src/Task3.kt", packagesExercise3.Task3Kt::main);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue