Drop createQualifier: testData update

This commit is contained in:
Dmitry Petrov
2015-11-11 18:14:59 +03:00
parent 28d15e776a
commit 9856af48ca
47 changed files with 289 additions and 96 deletions
@@ -46,7 +46,7 @@ class Y: B() {
init {
B_()
B.<!NO_COMPANION_OBJECT, FUNCTION_EXPECTED!>B_<!>()
B.<!UNRESOLVED_REFERENCE!>B_<!>()
Y.<!UNRESOLVED_REFERENCE!>B_<!>()
B_S()
@@ -59,7 +59,7 @@ class Y: B() {
val b_s: B_S = null!!
init {
<!NO_COMPANION_OBJECT, FUNCTION_EXPECTED!>B_<!>()
<!UNRESOLVED_REFERENCE!>B_<!>()
B_S()
}
}
@@ -83,7 +83,7 @@ class Z: C() {
init {
<!UNRESOLVED_REFERENCE!>A_S<!>()
<!NO_COMPANION_OBJECT, FUNCTION_EXPECTED!>B_<!>()
<!UNRESOLVED_REFERENCE!>B_<!>()
B_S()
}
}