KT-6178 False "Overriden methods are not annotated" when using delegation
#KT-6178 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public final class WithPlatformTypes implements kotlin.jvm.internal.KObject, java.lang.Iterable<java.lang.String> {
|
||||
public WithPlatformTypes(@org.jetbrains.annotations.NotNull java.lang.Iterable<java.lang.String> i) { /* compiled code */ }
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.util.Iterator<java.lang.String> iterator() { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user