Files
kotlin-fork/compiler/testData/cli/jvm/plugins/pluginWithK2Error.kt
T
2022-07-20 09:07:26 +00:00

8 lines
191 B
Kotlin
Vendored

import android.view.*
import android.app.*
import android.widget.*
import kotlinx.android.synthetic.main.layout.*
class MyActivity : Activity() {
init { textView.setText("Some text") }
}