Minor: fix missed error marker in test data

This commit is contained in:
Pavel V. Talanov
2015-12-29 18:12:25 +03:00
parent 0aef321c73
commit 004c266433
@@ -1,4 +1,4 @@
val p = 1 < <error>interface A {
val p = 1 < <error><error>interface A</error> {
fun f() {
f()
}