JET-49 Resolve extension functions with generic receivers
+ Error report fixed for 'new java.util.List<Int>'
This commit is contained in:
@@ -20,4 +20,6 @@ fun test(l : java.util.List<Int>) {
|
||||
|
||||
Collections.singleton<Int>(1) : Set<Int>?
|
||||
Collections.singleton<Int><error>(1.0)</error>
|
||||
|
||||
<error>new List<Int></error>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user