Files
kotlin-fork/idea/testData/android/resourceIntention/R.kt
T
Vyacheslav Gerasimov 1376c8f8cf Implement quickfixes for Android Lint api issues
#KT-16624 Fixed
#KT-16625 Fixed
#KT-14947 Fixed
2017-03-03 16:22:36 +03:00

8 lines
127 B
Kotlin
Vendored

package com.myapp
class R {
object string {
val app_name = 0x7f060021
val resource_id = 0x7f060022
}
}