Get rid of deprecated annotations and modifiers in stdlib (besides JS)
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.Timer
|
||||
import org.junit.Test as test
|
||||
|
||||
class TimerTest {
|
||||
test fun scheduledTask() {
|
||||
@test fun scheduledTask() {
|
||||
val counter = AtomicInteger(0)
|
||||
val timer = Timer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user