387d5ffd73
#KT-14439 Fixed
10 lines
165 B
Kotlin
Vendored
10 lines
165 B
Kotlin
Vendored
// "Import" "true"
|
|
// ERROR: Unresolved reference: R
|
|
|
|
package com.myapp.activity
|
|
|
|
import com.myapp.R
|
|
|
|
fun test() {
|
|
val a = <caret>R.layout.activity_test_kotlin
|
|
} |