Files
kotlin-fork/idea/testData/android/gutterIcon/drawable.kt
T
2017-06-06 20:47:21 +03:00

6 lines
146 B
Kotlin
Vendored

// DRAWABLE
package com.myapp
import android.content.Context
fun Context.getAddIcon() = resources.getDrawable(R.drawable.<caret>test_icon, null)