3ce1703ced
#KT-11715 Fixed
10 lines
169 B
Kotlin
Vendored
10 lines
169 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Activity
|
|
import android.view.View
|
|
|
|
class MyActivity: Activity() {
|
|
fun View.foo() {
|
|
val a = "some <caret>string"
|
|
}
|
|
} |