File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
g2601_2700/s2693_call_function_with_custom_context
s2715_timeout_cancellation
s2725_interval_cancellation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// tslint:disable:no-magic-numbers
2
- import 'src/main/java /g2601_2700/s2693_call_function_with_custom_context/solution'
2
+ import 'src/main/kotlin /g2601_2700/s2693_call_function_with_custom_context/solution'
3
3
import { expect , test } from 'vitest'
4
4
5
5
test ( 'callPolyfill' , ( ) => {
Original file line number Diff line number Diff line change 1
1
// tslint:disable:no-magic-numbers
2
- import { cancellable } from 'src/main/java /g2701_2800/s2715_timeout_cancellation/solution'
2
+ import { cancellable } from 'src/main/kotlin /g2701_2800/s2715_timeout_cancellation/solution'
3
3
import { expect , test } from 'vitest'
4
4
5
5
test ( 'cancellable' , ( ) => {
Original file line number Diff line number Diff line change 1
- import { cancellable } from 'src/main/java /g2701_2800/s2725_interval_cancellation/solution'
1
+ import { cancellable } from 'src/main/kotlin /g2701_2800/s2725_interval_cancellation/solution'
2
2
import { expect , test } from 'vitest'
3
3
4
4
test ( 'cancellable' , ( ) => {
You can’t perform that action at this time.
0 commit comments