Make annotation collector tests more thorough
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
a java.lang.Deprecated 0
|
||||
p org.test 0
|
||||
m 0 0/Class$method$1 invoke
|
||||
m 0 0/LocalFunctionsKt$function$1 invoke
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
package org.test
|
||||
|
||||
class Class {
|
||||
fun method() {
|
||||
@java.lang.Deprecated fun localFunctionInsideMethod() {}
|
||||
}
|
||||
}
|
||||
|
||||
fun function() {
|
||||
@java.lang.Deprecated fun localFunctionInsideFunction() {}
|
||||
}
|
||||
Reference in New Issue
Block a user