[AA LC] Properly set type mapping mode for bounds of type parameters
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
public final class TwoOverrides /* TwoOverrides*/ implements kotlin.collections.Iterable<java.lang.String> {
|
||||
public final class TwoOverrides /* TwoOverrides*/ implements java.lang.Iterable<java.lang.String> {
|
||||
@java.lang.Override()
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public java.lang.Void iterator();// iterator()
|
||||
|
||||
Reference in New Issue
Block a user