Getting super methods correctly for inheritors of Collection, etc.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.util.ArrayList
|
||||
|
||||
fun foo(p: <!PLATFORM_CLASS_MAPPED_TO_KOTLIN!>java.util.List<String><!>) {
|
||||
p.iterator(); // forcing resolve of java.util.List.iterator()
|
||||
|
||||
ArrayList<String>().iterator(); // this provoked exception in SignaturesPropagationData
|
||||
}
|
||||
Reference in New Issue
Block a user