[FIR] Implement NEWER_VERSION_IN_SINCE_KOTLIN diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
1be02e3ac4
commit
5c086e2321
+1
-1
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user