8af6ca5279
It was supposed to be used in reflection but the benefits do not outweigh the cost of KT-6951 #KT-3223 Fixed #KT-6951 Fixed
7 lines
340 B
Java
7 lines
340 B
Java
public final class WithPlatformTypes implements 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 */ }
|
|
}
|