Corrected test data
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// "Create function 'bar'" "false"
|
||||
// ACTION: Create annotation 'bar'
|
||||
// ACTION: Make private
|
||||
// ACTION: Make public
|
||||
// ERROR: Unresolved reference: foo
|
||||
// ERROR: Unresolved reference: bar
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// "Create function 'foo'" "false"
|
||||
// ACTION: Split property declaration
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
class A<T>(val n: T)
|
||||
|
||||
-1
@@ -1,6 +1,5 @@
|
||||
// "Create extension function 'foo'" "false"
|
||||
// ACTION: Create function 'foo'
|
||||
// ACTION: Split property declaration
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
fun test() {
|
||||
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
// "Create function 'foo'" "false"
|
||||
// ACTION: Split property declaration
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user