package com.myapp import android.content.Context fun getSomeText(context: Context) { "some text" }