Fix KAnnotatedElement.findAnnotation when no annotation is found
#KT-15540 Fixed
This commit is contained in:
+5
@@ -1,3 +1,8 @@
|
||||
@kotlin.Metadata
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class FindAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user