Removed Test for deprecated annotation

This commit is contained in:
hansenji
2016-02-23 06:17:19 +03:00
committed by Yan Zhulanow
parent e62c8a0860
commit b9dc92d7cf
3 changed files with 0 additions and 15 deletions
@@ -38,9 +38,6 @@ public class AnnotationListParseTest {
@Test
fun testNestedClasses() = doTest("nestedClasses")
@Test
fun testPlatformStatic() = doTest("platformStatic")
@Test
fun testSimple() = doTest("simple")
@@ -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
@@ -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