Skip to content

Commit

Permalink
Successful reset of HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
graknol committed May 6, 2016
1 parent dabb7f7 commit 9e32699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anvil/src/sdk15/kotlin/graknol/anvil/kotlin/DSL.kt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ inline fun Anvil.Renderable.imageView(crossinline r: DSLImageView<ViewGroup.Layo
inline fun <T : ViewGroup.LayoutParams> DSLViewGroup<T>.imageView(crossinline r: DSLImageView<T>.() -> Unit) = DSL.imageView({ DSLImageView<T>().r() })

open class DSLView <T : ViewGroup.LayoutParams>() : BaseDSL() {
private fun __foo_justexample__() {}
constructor(r: DSLView<T>.() -> Unit) : this() { r() }
fun layoutParams(arg: T.() -> Unit) {
@Suppress("UNCHECKED_CAST")
Expand Down

0 comments on commit 9e32699

Please sign in to comment.