Files
kotlin-fork/idea/testData/android/gutterIcon/drawable.kt
T
Vyacheslav Gerasimov 49c8dfbb06 Add gutter icons for Android resource references
#KT-16843 Fixed
2017-04-26 18:38:29 +03:00

6 lines
146 B
Kotlin
Vendored

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