Minor: fix testdata

This commit is contained in:
Zalim Bashorov
2015-03-20 12:09:34 +03:00
parent aaa7f6d5e4
commit 1b530887cd
13 changed files with 22 additions and 27 deletions
@@ -1,4 +1,4 @@
// !DIAGNOSTICS: -UNUSED_PARAMETER
// !DIAGNOSTICS: -UNUSED_PARAMETER -NON_TOPLEVEL_CLASS_DECLARATION
fun foo() {
class A {
@@ -22,4 +22,4 @@ fun foo() {
fun invoke(a: String): Int<!> = 0
}
}
}
}