Fix test data for intention tests
The ExtractDeclarationFromCurrentFileIntention applicability range was changed by commit 3b35c2d24 so the test data of several test comes invalid
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// "Add annotation target" "false"
|
||||
// ACTION: Create test
|
||||
// ACTION: Extract 'Test' from current file
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
// ERROR: This annotation is not applicable to target 'class' and use site target '@get'
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// ACTION: Add arrayOf wrapper
|
||||
// ACTION: Change parameter 'value' type of primary constructor of class 'Foo' to 'String'
|
||||
// ACTION: Create test
|
||||
// ACTION: Extract 'Bar' from current file
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
// ACTION: To raw string literal
|
||||
|
||||
Reference in New Issue
Block a user