Test data fixed
Useless code removed Some naming refactored
This commit is contained in:
@@ -22,7 +22,7 @@ fun test(l : java.util.List<Int>) {
|
||||
Collections.emptyList()
|
||||
|
||||
Collections.singleton<Int>(1) : Set<Int>?
|
||||
Collections.singleton<Int><error>(1.0)</error>
|
||||
Collections.singleton<Int>(<error>1.0</error>)
|
||||
|
||||
<error>List</error><Int>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user