Add tests for inherited annotations (class declarations)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
p org.test 0
|
||||
d 0/SomeInterface
|
||||
d 0/SomeInterface$$TImpl
|
||||
d 0/SomeClass
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package org.test
|
||||
|
||||
public interface SomeInterface
|
||||
|
||||
public class SomeClass
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
p org.test 0
|
||||
d 0/TestPackage$inheritedTopLevel$*
|
||||
a org.jetbrains.annotations.NotNull 0
|
||||
m 0 0/TestPackage$inheritedTopLevel$* getTopLevelProperty
|
||||
d 0/TestPackage
|
||||
m 0 0/TestPackage getTopLevelProperty
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
package org.test
|
||||
|
||||
fun topLevelFunction() {
|
||||
|
||||
}
|
||||
|
||||
val topLevelProperty: String
|
||||
get() = "text"
|
||||
Reference in New Issue
Block a user