fix tests in org.jetbrains.kotlin.idea.quickfix
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Create annotation 'foo'" "false"
|
||||
// ERROR: Unresolved reference: foo
|
||||
// ACTION: Make private
|
||||
// ACTION: Make public
|
||||
// ACTION: Make internal
|
||||
|
||||
J.<caret>foo(1, "2") fun test() {
|
||||
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): <caret>A<Int, String> = throw Throwable("")
|
||||
internal fun foo(): <caret>A<Int, String> = throw Throwable("")
|
||||
Vendored
+1
-1
@@ -8,4 +8,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): <caret>A.B = throw Throwable("")
|
||||
internal fun foo(): <caret>A.B = throw Throwable("")
|
||||
+1
-1
@@ -2,4 +2,4 @@
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Remove explicit type specification
|
||||
// ERROR: Unresolved reference: A
|
||||
fun foo(): J.<caret>A = throw Throwable("")
|
||||
internal fun foo(): J.<caret>A = throw Throwable("")
|
||||
+1
-1
@@ -4,4 +4,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): Int.<caret>A = throw Throwable("")
|
||||
internal fun foo(): Int.<caret>A = throw Throwable("")
|
||||
+1
-1
@@ -6,4 +6,4 @@
|
||||
// ACTION: Create enum 'A'
|
||||
// ACTION: Create interface 'A'
|
||||
// ERROR: Unresolved reference: A
|
||||
fun foo(): J.<caret>A = throw Throwable("")
|
||||
internal fun foo(): J.<caret>A = throw Throwable("")
|
||||
Vendored
+1
-1
@@ -8,4 +8,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): <caret>A = throw Throwable("")
|
||||
internal fun foo(): <caret>A = throw Throwable("")
|
||||
Vendored
+1
-1
@@ -6,4 +6,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): <caret>A<Int, String> = throw Throwable("")
|
||||
internal fun foo(): <caret>A<Int, String> = throw Throwable("")
|
||||
Vendored
+1
-1
@@ -8,4 +8,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): <caret>A = throw Throwable("")
|
||||
internal fun foo(): <caret>A = throw Throwable("")
|
||||
Vendored
+1
-1
@@ -6,4 +6,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): <caret>A<Int, String> = throw Throwable("")
|
||||
internal fun foo(): <caret>A<Int, String> = throw Throwable("")
|
||||
Reference in New Issue
Block a user