https://kotlinlang.org logo
Title
s

stoyicker

05/12/2017, 12:36 PM
now that I think about it, it should probably be _ -> true, but the problem is there regardless
a

Andreas Sinz

05/12/2017, 1:13 PM
stoyicker: its working fine in try.kotlinlang.org maybe invalidate caches/restart IJ?
s

stoyicker

05/12/2017, 1:18 PM
nope
a

Andreas Sinz

05/12/2017, 1:22 PM
@stoyicker can you show some code where
items
comes from and how your
Post
looks like
s

stoyicker

05/12/2017, 1:22 PM
data class Post(val title: String, val subreddit: String, val score: Int, val detailLink: String)
private val items = mutableListOf<Post>()
s

stoyicker

05/12/2017, 1:25 PM
I know, I tried it too
but it doesn't work on the ide