miha-x64
12/05/2016, 9:19 PMoverride fun onBindViewHolder(holder: NodeHolder<out MdNode>, position: Int) = holder.bind(nodes[position])
nodes
is List<out MdNode>
, but I know that `node[position]`'s runtime type is suitable for `holder.bind`'s one.