Skip to content

Commit 1ea2e8c

Browse files
committed
Fixed KotlinLintTestGenerated.testJavaPerformance
1 parent 6699b03 commit 1ea2e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idea/testData/android/lint/javaPerformance.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import android.widget.Button
1515
class JavaPerformanceTest(context: Context, attrs: AttributeSet, defStyle: Int) : Button(context, attrs, defStyle) {
1616

1717
private var cachedRect: Rect? = null
18-
private var shader: Any? = null
18+
private var shader: LinearGradient? = null
1919
private var lastHeight: Int = 0
2020
private var lastWidth: Int = 0
2121

0 commit comments

Comments
 (0)