Corrected test data

This commit is contained in:
Valentin Kipyatkov
2014-10-08 20:01:47 +04:00
parent b05b03a9c0
commit cf04ba4943
18 changed files with 32 additions and 6 deletions
@@ -23,6 +23,6 @@ import p.*
open class K0 : Foo()
class K : K0() {
// We keep this test to make sure ACCIDENTAL_OVERRIDE is not reported
<!VIRTUAL_MEMBER_HIDDEN!>fun <!CANNOT_WEAKEN_ACCESS_PRIVILEGE!>foo<!>(f: () -> Unit)<!> {}
}
<!VIRTUAL_MEMBER_HIDDEN!>// We keep this test to make sure ACCIDENTAL_OVERRIDE is not reported
fun <!CANNOT_WEAKEN_ACCESS_PRIVILEGE!>foo<!>(f: () -> Unit)<!> {}
}