Files
2016-10-28 15:30:22 +03:00

10 lines
167 B
Kotlin
Vendored

package com.myapp
import android.app.Activity
import android.content.Context
fun foo(context: Context) {
object {
val text = "some <caret>string"
}
}