3ce1703ced
#KT-11715 Fixed
9 lines
150 B
Kotlin
Vendored
9 lines
150 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Activity
|
|
|
|
class MyActivity: Activity() {
|
|
fun foo() {
|
|
val a = getString(R.string.resource_id)
|
|
}
|
|
} |