Skip to content

Commit

Permalink
Revert "Removed deprecated annotations"
Browse files Browse the repository at this point in the history
This reverts commit 326a356
  • Loading branch information
gouri-panda committed Jun 29, 2022
1 parent 326a356 commit f2a6555
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -91,6 +91,7 @@ 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 f2a6555

Please sign in to comment.