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

11 lines
173 B
Kotlin
Vendored

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