Fix KAnnotatedElement.findAnnotation when no annotation is found

#KT-15540 Fixed
This commit is contained in:
Alexander Udalov
2017-01-09 11:15:49 +03:00
parent f4200e02bc
commit 32d2faf3d1
4 changed files with 13 additions and 2 deletions
@@ -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