Partial build fix (new convert to expression body opportunity in quick-fixes)
This commit is contained in:
@@ -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