1376c8f8cf
#KT-16624 Fixed #KT-16625 Fixed #KT-14947 Fixed
6 lines
123 B
Kotlin
Vendored
6 lines
123 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.content.Context
|
|
|
|
fun <T: Context> T.getText(): String? = getString(R.string.resource_id)
|