[FIR] Implement WRONG_LONG_SUFFIX diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
62ffc0033d
commit
fb06da2d75
+1
-1
@@ -5,7 +5,7 @@ fun takeAny(x: Any) {}
|
||||
fun takeString(x: String) {}
|
||||
|
||||
fun test_0() {
|
||||
1l
|
||||
1L
|
||||
1
|
||||
10000000000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user