Partial build fix (new convert to expression body opportunity in quick-fixes)
This commit is contained in:
+1
@@ -1,5 +1,6 @@
|
||||
// "Create annotation 'foo'" "false"
|
||||
// ERROR: Unresolved reference: foo
|
||||
// ACTION: Convert to expression body
|
||||
// ACTION: Make private
|
||||
// ACTION: Make internal
|
||||
|
||||
|
||||
+1
@@ -3,6 +3,7 @@
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Convert to expression body
|
||||
// ERROR: Unresolved reference: foo
|
||||
// ERROR: Unresolved reference: bar
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// ACTION: Make 'Nested' internal
|
||||
// ACTION: Make 'Nested' public
|
||||
// ACTION: Remove parameter 'arg'
|
||||
// ACTION: Convert to expression body
|
||||
// ERROR: 'internal' function exposes its 'private' parameter type argument Nested
|
||||
// ERROR: Cannot access 'Nested': it is private in 'Outer'
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// "Suppress for declarations annotated by 'kotlin.Deprecated'" "false"
|
||||
// ACTION: Safe delete 'foo'
|
||||
// ACTION: Create test
|
||||
// ACTION: Convert to expression body
|
||||
@Deprecated("")
|
||||
fun foo<caret>(){}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// "Suppress for declarations annotated by 'org.jetbrains.annotations.NonNls'" "false"
|
||||
// ACTION: Safe delete 'foo'
|
||||
// ACTION: Create test
|
||||
// ACTION: Convert to expression body
|
||||
import org.jetbrains.annotations.NonNls
|
||||
|
||||
@NonNls
|
||||
|
||||
Reference in New Issue
Block a user