Get rid of deprecated annotations and modifiers in stdlib (besides JS)
This commit is contained in:
@@ -37,7 +37,7 @@ class TODOTest {
|
||||
}
|
||||
|
||||
|
||||
test fun usage() {
|
||||
@test fun usage() {
|
||||
val inst = PartiallyImplementedClass()
|
||||
|
||||
assertNotImplemented { inst.prop }
|
||||
|
||||
Reference in New Issue
Block a user