Drop createQualifier: testData update
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
Value read (6: 12) return Bar
|
||||
Value read (6: 12) return Bar
|
||||
+1
-1
@@ -1 +1 @@
|
||||
Value read (7: 16) return Bar
|
||||
Value read (7: 16) return Bar
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
||||
// ERROR: Unresolved reference: SomeTest
|
||||
// ERROR: Expression expected, but a package name found
|
||||
// ACTION: Edit intention settings
|
||||
// ACTION: Replace safe access expression with 'if' expression
|
||||
// ACTION: Disable 'Replace Safe Access Expression with 'if' Expression'
|
||||
|
||||
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
||||
// ERROR: Unresolved reference: SomeTest
|
||||
// ERROR: Expression expected, but a package name found
|
||||
// ACTION: Create class 'SomeTest'
|
||||
// ACTION: Replace safe access expression with 'if' expression
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Please specify constructor invocation; classifier 'ArrayList' does not have a companion object
|
||||
// ERROR: Function invocation 'ArrayList()' expected
|
||||
|
||||
// KT-4000
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Please specify constructor invocation; classifier 'ArrayList' does not have a companion object
|
||||
// ERROR: Function invocation 'ArrayList()' expected
|
||||
|
||||
// KT-4000
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
|
||||
A
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<selection>java.util.List</selection>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import java.util.List
|
||||
|
||||
fun foo() {
|
||||
List
|
||||
}
|
||||
Reference in New Issue
Block a user