blob: 8b9973451be9e419c33671788cd80012fcb95a78 [file] [log] [blame]
fun f(<warning descr="[UNUSED_PARAMETER] Parameter 'i' is never used">i</warning>: Int = 3 < <error descr="[DECLARATION_IN_ILLEGAL_CONTEXT] Declarations are not allowed in this position">class A {
fun f() {
f()
}
}</error>) {
}