Hullaballoonatic
06/12/2018, 7:43 PMcompleting type inference
since I've tried importing precisely either of those functions, as well as being as specific with class types as possible, nothing changes, and it shouldn't matter anyways? Maybe I should just reinstall.Shawn
06/12/2018, 7:45 PMHullaballoonatic
06/12/2018, 7:46 PMShawn
06/12/2018, 7:46 PMHullaballoonatic
06/12/2018, 7:46 PMval a: ArrayList<Int> = arrayListOf(2)
gives me the same errorShawn
06/12/2018, 7:47 PMHullaballoonatic
06/12/2018, 7:47 PMval a: ArrayList<Int> = listOf(2) as ArrayList<Int>
orangy
06/12/2018, 7:48 PMShawn
06/12/2018, 7:49 PMHullaballoonatic
06/12/2018, 7:50 PM