mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
10 lines
186 B
Kotlin
Vendored
10 lines
186 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Activity
|
|
import android.content.Context
|
|
|
|
fun foo(context: Context) {
|
|
object {
|
|
val text = context.getString(R.string.resource_id)
|
|
}
|
|
} |