Fix invalid test data for static import quick fix
This commit is contained in:
Vendored
+2
-3
@@ -18,9 +18,8 @@ package foo
|
||||
|
||||
class Bar {
|
||||
companion object {
|
||||
val testValue = "foobar"
|
||||
@JvmStatic get() {
|
||||
}
|
||||
@JvmStatic
|
||||
val testValue get() = "foobar"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user