Corrected test data

This commit is contained in:
Valentin Kipyatkov
2015-05-12 15:19:40 +03:00
parent 841d07f1aa
commit 1ad5ea4f7e
17 changed files with 7 additions and 85 deletions
@@ -1,7 +1,6 @@
// "Create local variable 'foo'" "false"
// ACTION: Create extension property 'foo'
// ACTION: Create property 'foo'
// ACTION: Split property declaration
// ERROR: Unresolved reference: foo
class A
@@ -1,5 +1,4 @@
// "Create parameter 'foo'" "false"
// ACTION: Split property declaration
// ACTION: Create extension property 'foo'
// ACTION: Create property 'foo'
// ERROR: Unresolved reference: foo
@@ -1,6 +1,5 @@
// "Create extension property 'foo'" "false"
// ACTION: Create property 'foo'
// ACTION: Split property declaration
// ERROR: Unresolved reference: foo
fun test() {
@@ -1,5 +1,4 @@
// "Create property 'foo'" "false"
// ACTION: Split property declaration
// ERROR: Unresolved reference: foo
class A<T>(val n: T)