Removed Test for deprecated annotation
This commit is contained in:
-3
@@ -38,9 +38,6 @@ public class AnnotationListParseTest {
|
||||
@Test
|
||||
fun testNestedClasses() = doTest("nestedClasses")
|
||||
|
||||
@Test
|
||||
fun testPlatformStatic() = doTest("platformStatic")
|
||||
|
||||
@Test
|
||||
fun testSimple() = doTest("simple")
|
||||
|
||||
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
a kotlin.platform.platformStatic 0
|
||||
p org.test 0
|
||||
m 0 0/SomeClass$Companion a
|
||||
a kotlin.inline 1
|
||||
m 1 0/SomeClass$Companion a
|
||||
a org.jetbrains.annotations.NotNull 2
|
||||
m 2 0/SomeClass$Companion access$init$0
|
||||
m 0 0/SomeClass a
|
||||
m 1 0/SomeClass a
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
kotlin.inline org.test.SomeClass.Companion a
|
||||
kotlin.platform.platformStatic org.test.SomeClass.Companion a
|
||||
org.jetbrains.annotations.NotNull org.test.SomeClass.Companion access$init$0
|
||||
Reference in New Issue
Block a user