[FIR] Implement NEWER_VERSION_IN_SINCE_KOTLIN diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-05-06 22:54:26 +03:00
committed by TeamCityServer
parent 1be02e3ac4
commit 5c086e2321
9 changed files with 49 additions and 4 deletions
@@ -70,5 +70,5 @@ fun ok2() {}
@SinceKotlin("0.0.0")
fun ok3() {}
@SinceKotlin("123456789012345678901234567890.123456789012345678901234567890.123456789012345678901234567890")
@SinceKotlin(<!NEWER_VERSION_IN_SINCE_KOTLIN!>"123456789012345678901234567890.123456789012345678901234567890.123456789012345678901234567890"<!>)
fun ok4() {}