mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
Implement quickfixes for Android Lint api issues
#KT-16624 Fixed #KT-16625 Fixed #KT-14947 Fixed
This commit is contained in:
10
idea/testData/android/resourceIntention/createLayoutResourceFile/simpleFunction/R.java
vendored
Normal file
10
idea/testData/android/resourceIntention/createLayoutResourceFile/simpleFunction/R.java
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.myapp;
|
||||
|
||||
public final class R {
|
||||
public static final class string {
|
||||
|
||||
}
|
||||
public static final class layout {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user