Skip to content

Commit

Permalink
Removed deprecated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Jun 29, 2022
1 parent d536770 commit 326a356
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -91,7 +91,6 @@ class UnnecessaryAbstractClassSpec(val env: KotlinCoreEnvironment) {
@Test
fun `that inherits from another empty abstract class`() {
val code = """
@Deprecated("We don't care about this first class")
abstract class A
abstract class B : A()
"""
Expand Down

0 comments on commit 326a356

Please sign in to comment.