提交 e6b5cb52 编写于 作者: D Dmitriy Novozhilov

[TD] Update diagnostics test data due to new test runners

Update includes:
- Changing syntax of `OI/`NI` tags from `<!NI;TAG!>` to `<!TAG{NI}!>`
- Fix some incorrect directives
- Change order of diagnostics in some places
- Remove ignored diagnostics from FIR test data (previously `DIAGNOSTICS` didn't work)
- Update FIR dumps in some places and add `FIR_IDENTICAL` if needed
- Replace all JAVAC_SKIP with SKIP_JAVAC directive
上级 1d04fecd

要显示的变更太多。

To preserve performance only 1000 of 1000+ files are displayed.
......@@ -17,17 +17,3 @@ FILE: main.kt
}
)
}
FILE: CHECK_TYPE.kt
public final fun <T> checkSubtype(t: R|T|): R|T| {
^checkSubtype R|<local>/t|
}
public final class CheckTypeInv<T> : R|kotlin/Any| {
public constructor<T>(): R|CheckTypeInv<T>| {
super<R|kotlin/Any|>()
}
}
public final fun <E> R|CheckTypeInv<E>|._(): R|kotlin/Unit| {
}
public final infix fun <T> R|T|.checkType(f: R|CheckTypeInv<T>.() -> kotlin/Unit|): R|kotlin/Unit| {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册